Bug 1027601 - Build fix on a CLOSED TREE

This commit is contained in:
Nicolas Silva 2014-07-09 12:23:38 +02:00
parent f50d227be7
commit bd4b8a24ef

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, BackendType::CAIRO,
aFormat, aSize, backend,
mTextureInfo.mTextureFlags | aFlags);
#endif
}