Index: ui/gl/gl_image_ref_counted_memory.h |
diff --git a/ui/gl/gl_image_ref_counted_memory.h b/ui/gl/gl_image_ref_counted_memory.h |
index 3e39841f5a7ecb23b3c305caf85003337274e2c4..db079545dac1f460704e299d349b4aa9887c82e8 100644 |
--- a/ui/gl/gl_image_ref_counted_memory.h |
+++ b/ui/gl/gl_image_ref_counted_memory.h |
@@ -23,6 +23,9 @@ class GL_EXPORT GLImageRefCountedMemory : public GLImageMemory { |
// Overridden from GLImage: |
void Destroy(bool have_context) override; |
+ void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd, |
+ uint64_t process_tracing_id, |
+ const std::string& dump_name) override; |
protected: |
~GLImageRefCountedMemory() override; |