Chromium Code Reviews| Index: ui/gl/gl_image_stub.cc |
| diff --git a/ui/gl/gl_image_stub.cc b/ui/gl/gl_image_stub.cc |
| index 5bfd62be2f7669db55a90c6e3f4892ee4a576233..34e5b5531fccae874550f76194e9dd9a26633308 100644 |
| --- a/ui/gl/gl_image_stub.cc |
| +++ b/ui/gl/gl_image_stub.cc |
| @@ -38,4 +38,8 @@ bool GLImageStub::ScheduleOverlayPlane(gfx::AcceleratedWidget widget, |
| return false; |
| } |
| +bool GLImageStub::EmulatingRGB() const { |
| + return false; |
| +} |
| + |
| } // namespace gl |