| Index: ui/gl/gl_image_stub.h
|
| diff --git a/ui/gl/gl_image_stub.h b/ui/gl/gl_image_stub.h
|
| index 5f2fdb2fe70dabb8c800050ca8a2eeb9f78bbf8f..67c83137fbd79ce885bb0c424ad5abca9c7c28f6 100644
|
| --- a/ui/gl/gl_image_stub.h
|
| +++ b/ui/gl/gl_image_stub.h
|
| @@ -23,6 +23,10 @@ class GL_EXPORT GLImageStub : 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 ~GLImageStub();
|
|
|