| 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..9ebe734b201bd5a7a04922bae1baa751af1f4979 100644
|
| --- a/ui/gl/gl_image_glx.h
|
| +++ b/ui/gl/gl_image_glx.h
|
| @@ -37,6 +37,10 @@ class GL_EXPORT GLImageGLX : public GLImage {
|
| 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;
|
|
|
|
|