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

MozReview-Commit-ID: 1RJvbzMOCpu
This commit is contained in:
Alastor Wu
2016-04-28 00:21:22 +08:00
parent f104ae35b0
commit 243da169a1
7 changed files with 96 additions and 0 deletions

View File

@@ -5134,6 +5134,13 @@ 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