| 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..4261cfe1fc08767608f27513f827d87b4582d769 100644
|
| --- a/ui/gl/gl_image_io_surface.cc
|
| +++ b/ui/gl/gl_image_io_surface.cc
|
| @@ -58,4 +58,12 @@ bool GLImageIOSurface::BindTexImage(unsigned target) {
|
| return true;
|
| }
|
|
|
| +bool GLImageIOSurface::ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
|
| + int z_order,
|
| + OverlayTransform transform,
|
| + const Rect& bounds_rect,
|
| + const RectF& crop_rect) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace gfx
|
|
|