Bug 1242874 - part1 : create suspened types. r=baku

MozReview-Commit-ID: FUAPZAdPVse
This commit is contained in:
Alastor Wu
2016-05-03 09:50:24 +08:00
parent 4220f200ec
commit f3f3aeec61
7 changed files with 96 additions and 0 deletions

View File

@@ -1848,6 +1848,13 @@ nsNPAPIPluginInstance::WindowVolumeChanged(float aVolume, bool aMuted)
return rv;
}
NS_IMETHODIMP
nsNPAPIPluginInstance::WindowSuspendChanged(nsSuspendedTypes aSuspend)
{
// TODO : implementation.
return NS_OK;
}
NS_IMETHODIMP
nsNPAPIPluginInstance::WindowAudioCaptureChanged(bool aCapture)
{