| Index: ui/gl/gl_image_io_surface.h
|
| diff --git a/ui/gl/gl_image_io_surface.h b/ui/gl/gl_image_io_surface.h
|
| index fbc09bc765b6c711e957e3f38503f22536614c7e..5269494e75313cc5efe58beaed569996ab3b9a1e 100644
|
| --- a/ui/gl/gl_image_io_surface.h
|
| +++ b/ui/gl/gl_image_io_surface.h
|
| @@ -28,6 +28,10 @@ class GL_EXPORT GLImageIOSurface : public GLImage {
|
| virtual void DidUseTexImage() OVERRIDE {}
|
| virtual void WillModifyTexImage() OVERRIDE {}
|
| virtual void DidModifyTexImage() OVERRIDE {}
|
| + virtual bool ScheduleOverlayPlane(int z_order,
|
| + OverlayTransform transform,
|
| + const Rect& bounds_rect,
|
| + const RectF& crop_rect) OVERRIDE;
|
|
|
| protected:
|
| virtual ~GLImageIOSurface();
|
|
|