зеркало из https://github.com/mozilla/gecko-dev.git
Bug 843555 - Part 1: Use a content texture client for Canvas. r=nical
This commit is contained in:
Родитель
eb8e819973
Коммит
5ea6ee5f3a
|
@ -52,7 +52,7 @@ void
|
|||
CanvasClient2D::Update(gfx::IntSize aSize, ClientCanvasLayer* aLayer)
|
||||
{
|
||||
if (!mTextureClient) {
|
||||
mTextureClient = CreateTextureClient(TEXTURE_SHMEM);
|
||||
mTextureClient = CreateTextureClient(TEXTURE_CONTENT);
|
||||
MOZ_ASSERT(mTextureClient, "Failed to create texture client");
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче