Index: ui/gl/gl_image_glx.h |
diff --git a/ui/gl/gl_image_glx.h b/ui/gl/gl_image_glx.h |
index a86897088262c9323ff8e6e9a03f21ffbcb5bb60..dce90094c1e1c4e4fa6ab02540e6385327e27a97 100644 |
--- a/ui/gl/gl_image_glx.h |
+++ b/ui/gl/gl_image_glx.h |
@@ -36,6 +36,9 @@ class GL_EXPORT GLImageGLX : public GLImage { |
OverlayTransform transform, |
const Rect& bounds_rect, |
const RectF& crop_rect) override; |
+ void DumpMemory(base::trace_event::ProcessMemoryDump* pmd, |
+ uint64_t process_tracing_id, |
+ const std::string& dump_name) override; |
protected: |
~GLImageGLX() override; |