Backed out changeset e11a8496bf63 (bug 1180535)
This commit is contained in:
@@ -192,12 +192,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;
|
||||
}
|
||||
|
||||
already_AddRefed<VideoPlaybackQuality>
|
||||
|
||||
Reference in New Issue
Block a user