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