diff options
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/gpu/stream_texture_android.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/common/gpu/stream_texture_android.cc b/content/common/gpu/stream_texture_android.cc index d67d94e..0c3173e 100644 --- a/content/common/gpu/stream_texture_android.cc +++ b/content/common/gpu/stream_texture_android.cc @@ -203,7 +203,6 @@ void StreamTexture::ReleaseTexImage(unsigned target) { } bool StreamTexture::CopyTexImage(unsigned target) { - NOTREACHED(); return false; } |