Bug 1339202 - Decode images to shared surfaces for WebRender. r=tnikkel
This commit is contained in:
@@ -64,6 +64,7 @@ Decoder::Decoder(RasterImage* aImage)
|
||||
, mDecodeDone(false)
|
||||
, mError(false)
|
||||
, mShouldReportError(false)
|
||||
, mFinalizeFrames(true)
|
||||
{ }
|
||||
|
||||
Decoder::~Decoder()
|
||||
@@ -455,7 +456,7 @@ Decoder::PostFrameStop(Opacity aFrameOpacity
|
||||
mFinishedNewFrame = true;
|
||||
|
||||
mCurrentFrame->Finish(aFrameOpacity, aDisposalMethod, aTimeout,
|
||||
aBlendMethod, aBlendRect);
|
||||
aBlendMethod, aBlendRect, mFinalizeFrames);
|
||||
|
||||
mProgress |= FLAG_FRAME_COMPLETE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user