| 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..5de1d0d165f35ae0c8373217d0f29e9eb1a852df 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 OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd,
|
| + uint64_t process_tracing_id,
|
| + const std::string& dump_name) override;
|
|
|
| protected:
|
| ~GLImageGLX() override;
|
|
|