Backed out changeset ba77f00867e8 (bug 1027601)

This commit is contained in:
Carsten "Tomcat" Book 2014-07-09 13:22:47 +02:00
parent 1c6ac63820
commit b397825902

View File

@ -134,7 +134,7 @@ CanvasClient2D::CreateTextureClientForCanvas(gfx::SurfaceFormat aFormat,
// XXX - We should use CreateTextureClientForDrawing, but we first need
// to use double buffering.
return TextureClient::CreateForRawBufferAccess(GetForwarder(),
aFormat, aSize, backend,
aFormat, aSize, BackendType::CAIRO,
mTextureInfo.mTextureFlags | aFlags);
#endif
}