Bug 843555 - Part 1: Use a content texture client for Canvas. r=nical

This commit is contained in:
Bas Schouten 2013-05-28 14:12:01 +02:00
Родитель eb8e819973
Коммит 5ea6ee5f3a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");
}