зеркало из https://github.com/mozilla/gecko-dev.git
Bug 704124 - Use correct source surface with Azure canvas on d3d9 layers. r=Bas, a=blassey
This commit is contained in:
Родитель
ed5cb19215
Коммит
f63a87f0ab
|
@ -193,7 +193,7 @@ CanvasLayerD3D9::UpdateSurface()
|
|||
gfxASurface::ImageFormatARGB32);
|
||||
nsRefPtr<gfxContext> ctx = new gfxContext(sourceSurface);
|
||||
ctx->SetOperator(gfxContext::OPERATOR_SOURCE);
|
||||
ctx->SetSource(mSurface);
|
||||
ctx->SetSource(tempSurface);
|
||||
ctx->Paint();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче