Chromium Code Reviews| Index: ui/gl/gl_image_egl.cc |
| diff --git a/ui/gl/gl_image_egl.cc b/ui/gl/gl_image_egl.cc |
| index c130832375e4eb2d016e0cf97719ba709e776a8e..2df5b3b356d134fdc65fb18caeae2b385d70421b 100644 |
| --- a/ui/gl/gl_image_egl.cc |
| +++ b/ui/gl/gl_image_egl.cc |
| @@ -82,4 +82,8 @@ bool GLImageEGL::ScheduleOverlayPlane(gfx::AcceleratedWidget widget, |
| return false; |
| } |
| +bool GLImageEGL::EmulatingRGB() const { |
| + return false; |
| +} |
| + |
| } // namespace gl |