Backed out changeset 1681062d82dd (bug 1242874) for timeouts in own test browser_mediaPlayback_suspended_multipleAudio.js

This commit is contained in:
Carsten "Tomcat" Book
2016-04-28 13:59:23 +02:00
parent a146077edc
commit 61cf2d65d9
7 changed files with 0 additions and 96 deletions

View File

@@ -5134,13 +5134,6 @@ NS_IMETHODIMP HTMLMediaElement::WindowVolumeChanged(float aVolume, bool aMuted)
return NS_OK;
}
NS_IMETHODIMP
HTMLMediaElement::WindowSuspendChanged(nsSuspendedTypes aSuspend)
{
// TODO : implementation.
return NS_OK;
}
#ifdef MOZ_EME
MediaKeys*
HTMLMediaElement::GetMediaKeys() const