Bug 892934 - Pass RGB image format into CreateTextureImage r=mattwoodrow
This commit is contained in:
@@ -74,6 +74,16 @@ ShadowLayerForwarder::PlatformGetDescriptorSurfaceSize(
|
||||
return false;
|
||||
}
|
||||
|
||||
/*static*/ bool
|
||||
ShadowLayerForwarder::PlatformGetDescriptorSurfaceImageFormat(
|
||||
const SurfaceDescriptor&,
|
||||
OpenMode,
|
||||
gfxImageFormat*,
|
||||
gfxASurface**)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
ShadowLayerForwarder::PlatformDestroySharedSurface(SurfaceDescriptor* aSurface)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user