| Index: ui/gl/gl_image_glx.h
|
| diff --git a/ui/gl/gl_image_glx.h b/ui/gl/gl_image_glx.h
|
| index f8027e12b697dae68e8f94bad5f4ebd55e92790a..eb9ea9ba66f8145cb79b559f9ecfe06123f832e8 100644
|
| --- a/ui/gl/gl_image_glx.h
|
| +++ b/ui/gl/gl_image_glx.h
|
| @@ -27,6 +27,10 @@ class GL_EXPORT GLImageGLX : 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 ~GLImageGLX();
|
|
|