Bug 1345403 part 3 - Test element becomes tainted by DrawImage; r=jwwang,smaug
MozReview-Commit-ID: 9Txz4FbFtPe
This commit is contained in:
@@ -1547,6 +1547,13 @@ HTMLMediaElement::GetCurrentImage()
|
||||
return lockImage.GetImage();
|
||||
}
|
||||
|
||||
bool
|
||||
HTMLMediaElement::HasSuspendTaint() const
|
||||
{
|
||||
MOZ_ASSERT(!mDecoder || (mDecoder->HasSuspendTaint() == mHasSuspendTaint));
|
||||
return mHasSuspendTaint;
|
||||
}
|
||||
|
||||
already_AddRefed<DOMMediaStream>
|
||||
HTMLMediaElement::GetSrcObject() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user