| 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 5985821862f418f8de2ae73981b8decd2bcb9bc3..aa99e0087a714011ade6c716a6326829704fee05 100644
|
| --- a/content/common/gpu/stream_texture_android.cc
|
| +++ b/content/common/gpu/stream_texture_android.cc
|
| @@ -202,7 +202,7 @@ void StreamTexture::ReleaseTexImage(unsigned target) {
|
| NOTREACHED();
|
| }
|
|
|
| -bool StreamTexture::CopyTexImage(unsigned target) {
|
| +bool StreamTexture::CopyTexSubImage(unsigned target, int xoffset, int yoffset) {
|
| return false;
|
| }
|
|
|
|
|