| Index: ui/gl/gl_image_egl.cc
|
| diff --git a/ui/gl/gl_image_egl.cc b/ui/gl/gl_image_egl.cc
|
| index 0ebd7ccac909fef1c5e74d8a147e808d274271c5..9aba61ea11b13bcb98b4c69bffdd75b480e83990 100644
|
| --- a/ui/gl/gl_image_egl.cc
|
| +++ b/ui/gl/gl_image_egl.cc
|
| @@ -75,4 +75,10 @@ bool GLImageEGL::ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
|
| return false;
|
| }
|
|
|
| +void GLImageEGL::OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd,
|
| + uint64_t process_tracing_id,
|
| + const std::string& dump_name) {
|
| + // TODO(ericrk): Implement GLImage OnMemoryDump. crbug.com/514914
|
| +}
|
| +
|
| } // namespace gfx
|
|
|