Bug 1317552. Send unlocked draw notifications for images async when asked to. r=aosmond
This commit is contained in:
@@ -835,8 +835,8 @@ VectorImage::Draw(gfxContext* aContext,
|
||||
return DrawResult::TEMPORARY_ERROR;
|
||||
}
|
||||
|
||||
if (mAnimationConsumers == 0 && mProgressTracker) {
|
||||
mProgressTracker->OnUnlockedDraw();
|
||||
if (mAnimationConsumers == 0) {
|
||||
SendOnUnlockedDraw(aFlags);
|
||||
}
|
||||
|
||||
AutoRestore<bool> autoRestoreIsDrawing(mIsDrawing);
|
||||
|
||||
Reference in New Issue
Block a user