Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert

This commit is contained in:
James Willcox
2012-07-20 15:20:51 -04:00
parent aad67250e0
commit 18e78b0b0f
46 changed files with 1986 additions and 877 deletions

View File

@@ -387,7 +387,7 @@ BasicShadowableCanvasLayer::Paint(gfxContext* aContext, Layer* aMaskLayer)
if (!handle) {
handle = mGLContext->CreateSharedHandle(flags);
if (handle) {
mBackBuffer = SharedTextureDescriptor(flags, handle, mBounds.Size());
mBackBuffer = SharedTextureDescriptor(flags, handle, mBounds.Size(), false);
}
}
if (handle) {