diff options
Diffstat (limited to 'user/thunderbird/skia-unified.patch')
-rw-r--r-- | user/thunderbird/skia-unified.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/thunderbird/skia-unified.patch b/user/thunderbird/skia-unified.patch index cf74c1dcd..cacfe3451 100644 --- a/user/thunderbird/skia-unified.patch +++ b/user/thunderbird/skia-unified.patch @@ -381,11 +381,11 @@ diff --git a/gfx/thebes/gfx2DGlue.h b/gfx/thebes/gfx2DGlue.h case SurfaceFormat::R5G6B5_UINT16: case SurfaceFormat::B8G8R8X8: case SurfaceFormat::R8G8B8X8: -+ case SurfaceFormat::OS_RGBX: ++ case SurfaceFormat::X8R8G8B8: return gfxContentType::COLOR; case SurfaceFormat::A8: return gfxContentType::ALPHA; -+ case SurfaceFormat::OS_RGBA: ++ case SurfaceFormat::A8R8G8B8: case SurfaceFormat::B8G8R8A8: case SurfaceFormat::R8G8B8A8: default: |