| Index: ui/gl/gl_image_surface_texture.cc
|
| diff --git a/ui/gl/gl_image_surface_texture.cc b/ui/gl/gl_image_surface_texture.cc
|
| index bec06be8f242d8e227cdc50cd8082e0b64af6890..7113cbba8cfb2e13f0aad03073599e3a5f1567a7 100644
|
| --- a/ui/gl/gl_image_surface_texture.cc
|
| +++ b/ui/gl/gl_image_surface_texture.cc
|
| @@ -92,4 +92,11 @@ bool GLImageSurfaceTexture::ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
|
| return false;
|
| }
|
|
|
| +void GLImageSurfaceTexture::DumpMemory(
|
| + base::trace_event::ProcessMemoryDump* pmd,
|
| + uint64_t process_tracing_id,
|
| + const std::string& dump_name) {
|
| + // TODO(ericrk): Add DumpMemory for GLImages. crbug.com/514914
|
| +}
|
| +
|
| } // namespace gfx
|
|
|