| 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 27dd0f7c08fb6cc06932634ecd0773a164d29944..d67d94ed69292aa33c5a4bdcf36bf1a61438ecc6 100644
|
| --- a/content/common/gpu/stream_texture_android.cc
|
| +++ b/content/common/gpu/stream_texture_android.cc
|
| @@ -202,6 +202,11 @@ void StreamTexture::ReleaseTexImage(unsigned target) {
|
| NOTREACHED();
|
| }
|
|
|
| +bool StreamTexture::CopyTexImage(unsigned target) {
|
| + NOTREACHED();
|
| + return false;
|
| +}
|
| +
|
| bool StreamTexture::ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
|
| int z_order,
|
| gfx::OverlayTransform transform,
|
|
|