Bug 1262053 - part8 : remove function NotifyOwnerDocumentActivityChangedInternal. r=cpearce
MozReview-Commit-ID: DnWgQHGJLU5
This commit is contained in:
@@ -221,12 +221,11 @@ HTMLVideoElement::WrapNode(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)
|
||||
return HTMLVideoElementBinding::Wrap(aCx, this, aGivenProto);
|
||||
}
|
||||
|
||||
bool
|
||||
HTMLVideoElement::NotifyOwnerDocumentActivityChangedInternal()
|
||||
void
|
||||
HTMLVideoElement::NotifyOwnerDocumentActivityChanged()
|
||||
{
|
||||
bool pauseElement = HTMLMediaElement::NotifyOwnerDocumentActivityChangedInternal();
|
||||
HTMLMediaElement::NotifyOwnerDocumentActivityChanged();
|
||||
UpdateScreenWakeLock();
|
||||
return pauseElement;
|
||||
}
|
||||
|
||||
FrameStatistics*
|
||||
|
||||
Reference in New Issue
Block a user