| Index: gpu/ipc/service/stream_texture_android.cc
|
| diff --git a/gpu/ipc/service/stream_texture_android.cc b/gpu/ipc/service/stream_texture_android.cc
|
| index 3003f14a933d4ba52ba38d17b8115148a0ae44bd..76332866b51f14114c1772effcf9945c26c9ab77 100644
|
| --- a/gpu/ipc/service/stream_texture_android.cc
|
| +++ b/gpu/ipc/service/stream_texture_android.cc
|
| @@ -221,12 +221,10 @@ void StreamTexture::OnForwardForSurfaceRequest(
|
| }
|
|
|
| bool StreamTexture::BindTexImage(unsigned target) {
|
| - NOTREACHED();
|
| return false;
|
| }
|
|
|
| void StreamTexture::ReleaseTexImage(unsigned target) {
|
| - NOTREACHED();
|
| }
|
|
|
| bool StreamTexture::CopyTexSubImage(unsigned target,
|
|
|