Backed out changeset d09b20eeb382 (bug 1242874)

This commit is contained in:
Carsten "Tomcat" Book
2016-04-28 13:59:04 +02:00
parent 30fc4c7852
commit e47f7c80c9
13 changed files with 150 additions and 371 deletions

View File

@@ -1851,9 +1851,7 @@ nsNPAPIPluginInstance::WindowVolumeChanged(float aVolume, bool aMuted)
NS_IMETHODIMP
nsNPAPIPluginInstance::WindowSuspendChanged(nsSuspendedTypes aSuspend)
{
// It doesn't support suspended, so we just do something like mute/unmute.
WindowVolumeChanged(1.0, /* useless */
aSuspend != nsISuspendedTypes::NONE_SUSPENDED);
// TODO : implementation.
return NS_OK;
}