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 ffc9e8686d2389ee77d6818ebd30de3aec992fa1..efb64cfba1a9938eb9aaf4f66716c3716300da3a 100644 |
--- a/content/common/gpu/stream_texture_android.cc |
+++ b/content/common/gpu/stream_texture_android.cc |
@@ -214,4 +214,10 @@ bool StreamTexture::ScheduleOverlayPlane(gfx::AcceleratedWidget widget, |
return false; |
} |
+void StreamTexture::OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd, |
+ uint64_t process_tracing_id, |
+ const std::string& dump_name) { |
+ // TODO(ericrk): Add OnMemoryDump for GLImages. crbug.com/514914 |
+} |
+ |
} // namespace content |