Backout b3a8618f901c (bug 829042), 34a9ef8f929d (bug 822933), 4c1215cefbab (bug 826349), 70bb7f775178 (bug 825325), e9c8447fb197 (bug 828713), eb6ebf01eafe (bug 828901), f1f3ef647920 (bug 825329), f9d7b5722d4f (bug 825329), 5add564d4546 (bug 819377), 55e93d1fa972 (bug 804875), f14639a3461e (bug 804875), 23456fc21052 (bug 814308) for Windows pgo-only mochitest-1 media test timeouts on a CLOSED TREE
This commit is contained in:
@@ -262,8 +262,6 @@ BasicShadowableImageLayer::Paint(gfxContext* aContext, Layer* aMaskLayer)
|
||||
uint32_t containerID = mContainer->GetAsyncContainerID();
|
||||
BasicManager()->PaintedImage(BasicManager()->Hold(this),
|
||||
SharedImageID(containerID));
|
||||
AutoLockImage autoLock(mContainer);
|
||||
mContainer->NotifyPaintedImage(autoLock.GetImage());
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -289,7 +287,6 @@ BasicShadowableImageLayer::Paint(gfxContext* aContext, Layer* aMaskLayer)
|
||||
SharedTextureDescriptor texture(data->mShareType, data->mHandle, data->mSize, data->mInverted);
|
||||
SurfaceDescriptor descriptor(texture);
|
||||
BasicManager()->PaintedImage(BasicManager()->Hold(this), descriptor);
|
||||
mContainer->NotifyPaintedImage(image);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -348,7 +345,6 @@ BasicShadowableImageLayer::Paint(gfxContext* aContext, Layer* aMaskLayer)
|
||||
|
||||
BasicManager()->PaintedImage(BasicManager()->Hold(this),
|
||||
yuv);
|
||||
mContainer->NotifyPaintedImage(image);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user