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 83b471b583cc29c9018e811caf4ca03fb1ba8921..510cd3b1421e3345898a85a2151a3bddd898a10c 100644 |
--- a/content/common/gpu/stream_texture_android.cc |
+++ b/content/common/gpu/stream_texture_android.cc |
@@ -95,7 +95,7 @@ void StreamTexture::OnWillDestroyStub() { |
surface_texture_ = NULL; |
} |
-void StreamTexture::Destroy() { |
+void StreamTexture::Destroy(bool have_context) { |
NOTREACHED(); |
} |