| 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..41190495d93e912f5b9661b64a8f1f15b040b90f 100644
|
| --- a/content/common/gpu/stream_texture_android.cc
|
| +++ b/content/common/gpu/stream_texture_android.cc
|
| @@ -202,4 +202,13 @@ void StreamTexture::ReleaseTexImage(unsigned target) {
|
| NOTREACHED();
|
| }
|
|
|
| +bool StreamTexture::ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
|
| + int z_order,
|
| + gfx::OverlayTransform transform,
|
| + const gfx::Rect& bounds_rect,
|
| + const gfx::RectF& crop_rect) {
|
| + NOTREACHED();
|
| + return false;
|
| +}
|
| +
|
| } // namespace content
|
|
|