| Index: content/common/gpu/stream_texture_android.cc
|
| diff --git a/content/common/gpu/stream_texture_android.cc b/content/common/gpu/stream_texture_android.cc
|
| index 83b471b583cc29c9018e811caf4ca03fb1ba8921..80163ae9cdfce5aff32076e131f7fa8b8b84dfe9 100644
|
| --- a/content/common/gpu/stream_texture_android.cc
|
| +++ b/content/common/gpu/stream_texture_android.cc
|
| @@ -202,4 +202,12 @@ void StreamTexture::ReleaseTexImage(unsigned target) {
|
| NOTREACHED();
|
| }
|
|
|
| +bool StreamTexture::ScheduleOverlayPlane(int z_order,
|
| + gfx::OverlayTransform transform,
|
| + const gfx::Rect& bounds_rect,
|
| + const gfx::RectF& crop_rect) {
|
| + NOTREACHED();
|
| + return false;
|
| +}
|
| +
|
| } // namespace content
|
|
|