| Index: ui/gl/gl_image_memory.h
|
| diff --git a/ui/gl/gl_image_memory.h b/ui/gl/gl_image_memory.h
|
| index 4f6db9a252ea052a5eeb0af5c549f6f49b10a5f7..106ac2898542c10ca1613d2c48059a5830bc4012 100644
|
| --- a/ui/gl/gl_image_memory.h
|
| +++ b/ui/gl/gl_image_memory.h
|
| @@ -38,6 +38,7 @@ class GL_EXPORT GLImageMemory : public GLImage {
|
| gfx::OverlayTransform transform,
|
| const gfx::Rect& bounds_rect,
|
| const gfx::RectF& crop_rect) override;
|
| + bool EmulatingRGB() const override;
|
|
|
| static unsigned GetInternalFormatForTesting(gfx::BufferFormat format);
|
|
|
|
|