Bug 1347836 part 1 - fix comment; r=jwwang

MozReview-Commit-ID: 61ElwSsArw1
This commit is contained in:
Kaku Kuo
2017-03-16 17:05:10 +08:00
parent 932417bb08
commit 2eef5173be

View File

@@ -1531,7 +1531,7 @@ layers::Image*
HTMLMediaElement::GetCurrentImage()
{
// Mark the decoder owned by the element as tainted so that the
// suspend-vide-decoder is suspended.
// suspend-video-decoder is disabled.
mHasSuspendTaint = true;
if (mDecoder) {
mDecoder->SetSuspendTaint(true);