зеркало из https://github.com/mozilla/gecko-dev.git
Bug 895116: Use an ImageSurface in CanvasClient2DUpdate r=mattwoodrow
This commit is contained in:
Родитель
d7fdf67911
Коммит
7ee9db63db
|
@ -66,7 +66,7 @@ CanvasClient2D::Update(gfx::IntSize aSize, ClientCanvasLayer* aLayer)
|
|||
: gfxASurface::CONTENT_COLOR_ALPHA;
|
||||
mDeprecatedTextureClient->EnsureAllocated(aSize, contentType);
|
||||
|
||||
gfxASurface* surface = mDeprecatedTextureClient->LockSurface();
|
||||
gfxASurface* surface = mDeprecatedTextureClient->LockImageSurface();
|
||||
aLayer->UpdateSurface(surface);
|
||||
mDeprecatedTextureClient->Unlock();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче