Bug 892934 - Pass RGB image format into CreateTextureImage r=mattwoodrow

This commit is contained in:
Edwin Flores
2013-08-08 10:38:21 +12:00
parent 5ba750d3e9
commit 3d5d8a28dc
15 changed files with 213 additions and 47 deletions

View File

@@ -74,6 +74,16 @@ ShadowLayerForwarder::PlatformGetDescriptorSurfaceSize(
return false;
}
/*static*/ bool
ShadowLayerForwarder::PlatformGetDescriptorSurfaceImageFormat(
const SurfaceDescriptor&,
OpenMode,
gfxImageFormat*,
gfxASurface**)
{
return false;
}
bool
ShadowLayerForwarder::PlatformDestroySharedSurface(SurfaceDescriptor* aSurface)
{