Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(837)

Unified Diff: ui/gl/gl_image_egl.cc

Issue 1272393002: Add initial GLImage tracing + stubs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trackpools
Patch Set: move generic_shared_memory_id.* Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_image_egl.h ('k') | ui/gl/gl_image_glx.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d3a5f5de6d2e6732464a8e7edec443d894f27394 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::DumpMemory(base::trace_event::ProcessMemoryDump* pmd,
+ uint64_t process_tracing_id,
+ const std::string& dump_name) {
+ // TODO(ericrk): Implement GLImage DumpMemory. crbug.com/514914
+}
+
} // namespace gfx
« no previous file with comments | « ui/gl/gl_image_egl.h ('k') | ui/gl/gl_image_glx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698