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 2aa9bc5633b76027b2122d4d13c54369001a493c..d1070051f3d8f391f3d7e4cd8d69fbea0bace6a0 100644 |
--- a/gpu/ipc/service/stream_texture_android.cc |
+++ b/gpu/ipc/service/stream_texture_android.cc |
@@ -102,10 +102,6 @@ void StreamTexture::OnWillDestroyStub() { |
surface_texture_ = NULL; |
} |
-void StreamTexture::Destroy(bool have_context) { |
- NOTREACHED(); |
-} |
- |
std::unique_ptr<ui::ScopedMakeCurrent> StreamTexture::MakeStubCurrent() { |
std::unique_ptr<ui::ScopedMakeCurrent> scoped_make_current; |
bool needs_make_current = |