| Index: content/common/gpu/stream_texture_android.h
|
| diff --git a/content/common/gpu/stream_texture_android.h b/content/common/gpu/stream_texture_android.h
|
| index ce8f405a0360a900bab8bb5ed8bce1d93803a55c..db1f530d25ef08e4c9cb3f504a5e7dc8d3eee9b6 100644
|
| --- a/content/common/gpu/stream_texture_android.h
|
| +++ b/content/common/gpu/stream_texture_android.h
|
| @@ -41,6 +41,11 @@ class StreamTexture : public gfx::GLImage,
|
| virtual void DidUseTexImage() OVERRIDE {}
|
| virtual void WillModifyTexImage() OVERRIDE {}
|
| virtual void DidModifyTexImage() OVERRIDE {}
|
| + virtual bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
|
| + int z_order,
|
| + gfx::OverlayTransform transform,
|
| + const gfx::Rect& bounds_rect,
|
| + const gfx::RectF& crop_rect) OVERRIDE;
|
|
|
| // GpuCommandBufferStub::DestructionObserver implementation.
|
| virtual void OnWillDestroyStub() OVERRIDE;
|
|
|