| Index: ui/gl/gl_image_io_surface.cc
|
| diff --git a/ui/gl/gl_image_io_surface.cc b/ui/gl/gl_image_io_surface.cc
|
| index cf858abbf6d3ee5ff02532e9789e37338614f950..deec177f5cf3628819e0be1caee43679e84ebfa6 100644
|
| --- a/ui/gl/gl_image_io_surface.cc
|
| +++ b/ui/gl/gl_image_io_surface.cc
|
| @@ -58,4 +58,11 @@ bool GLImageIOSurface::BindTexImage(unsigned target) {
|
| return true;
|
| }
|
|
|
| +bool GLImageIOSurface::ScheduleOverlayPlane(int z_order,
|
| + OverlayTransform transform,
|
| + const Rect& bounds_rect,
|
| + const RectF& crop_rect) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace gfx
|
|
|