bug 1242874 - part5 : add test. r=baku, r=ehsan
MozReview-Commit-ID: 1X7xAbiKhC3
This commit is contained in:
@@ -5586,6 +5586,12 @@ HTMLMediaElement::ComputedMuted() const
|
||||
return (mMuted & MUTED_BY_AUDIO_CHANNEL);
|
||||
}
|
||||
|
||||
nsSuspendedTypes
|
||||
HTMLMediaElement::ComputedSuspended() const
|
||||
{
|
||||
return mAudioChannelSuspended;
|
||||
}
|
||||
|
||||
bool
|
||||
HTMLMediaElement::IsCurrentlyPlaying() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user