зеркало из https://github.com/mozilla/gecko-dev.git
Bug 685082 - Transparent plugins not cleared on Maemo; r=cjones
This commit is contained in:
Родитель
57152238b5
Коммит
6595d59ea9
|
@ -2522,6 +2522,7 @@ BasicShadowableImageLayer::Paint(gfxContext* aContext)
|
|||
nsRefPtr<gfxASurface> backSurface =
|
||||
BasicManager()->OpenDescriptor(mBackBuffer);
|
||||
nsRefPtr<gfxContext> tmpCtx = new gfxContext(backSurface);
|
||||
tmpCtx->SetOperator(gfxContext::OPERATOR_SOURCE);
|
||||
PaintContext(pat,
|
||||
nsIntRegion(nsIntRect(0, 0, mSize.width, mSize.height)),
|
||||
nsnull, 1.0, tmpCtx);
|
||||
|
|
Загрузка…
Ссылка в новой задаче