| 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..9781e296e8f67dd5d175859a1196bba010c30698 100644
|
| --- a/ui/gl/gl_image_glx.h
|
| +++ b/ui/gl/gl_image_glx.h
|
| @@ -27,6 +27,11 @@ class GL_EXPORT GLImageGLX : public GLImage {
|
| virtual void DidUseTexImage() OVERRIDE {}
|
| virtual void WillModifyTexImage() OVERRIDE {}
|
| virtual void DidModifyTexImage() OVERRIDE {}
|
| + virtual bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
|
| + int z_order,
|
| + OverlayTransform transform,
|
| + const Rect& bounds_rect,
|
| + const RectF& crop_rect) OVERRIDE;
|
|
|
| protected:
|
| virtual ~GLImageGLX();
|
|
|