Backed out changeset e11a8496bf63 (bug 1180535)

This commit is contained in:
Carsten "Tomcat" Book
2015-07-11 14:13:32 +02:00
parent cf487e58dc
commit 79edbab44c
7 changed files with 22 additions and 130 deletions

View File

@@ -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>