Index: content/common/gpu/stream_texture_android.h |
diff --git a/content/common/gpu/stream_texture_android.h b/content/common/gpu/stream_texture_android.h |
index c24d157f37ea2c64d3e3af594fb563b5139197de..cce4502c2723f9466955477133316f41238649c6 100644 |
--- a/content/common/gpu/stream_texture_android.h |
+++ b/content/common/gpu/stream_texture_android.h |
@@ -50,6 +50,9 @@ class StreamTexture : public gfx::GLImage, |
gfx::OverlayTransform transform, |
const gfx::Rect& bounds_rect, |
const gfx::RectF& crop_rect) override; |
+ void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd, |
+ uint64_t process_tracing_id, |
+ const std::string& dump_name) override; |
// GpuCommandBufferStub::DestructionObserver implementation. |
void OnWillDestroyStub() override; |