| Index: ui/gl/gl_image_memory.cc
|
| diff --git a/ui/gl/gl_image_memory.cc b/ui/gl/gl_image_memory.cc
|
| index a29a388585fcd41406455446d0156f27deb0075d..84ffdfcb329fc292b4ca72d1ebd423f979866da2 100644
|
| --- a/ui/gl/gl_image_memory.cc
|
| +++ b/ui/gl/gl_image_memory.cc
|
| @@ -444,6 +444,10 @@ bool GLImageMemory::ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
|
| return false;
|
| }
|
|
|
| +bool GLImageMemory::EmulatingRGB() const {
|
| + return false;
|
| +}
|
| +
|
| // static
|
| unsigned GLImageMemory::GetInternalFormatForTesting(BufferFormat format) {
|
| DCHECK(ValidFormat(format));
|
|
|