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

Unified Diff: ui/gl/gl_image_egl.h

Issue 1299713003: GLImage::OnMemoryDump Stubs + Some Impls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@images1.3
Patch Set: 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
Index: ui/gl/gl_image_egl.h
diff --git a/ui/gl/gl_image_egl.h b/ui/gl/gl_image_egl.h
index 14cc40b42277cbde05dc598f69ead312326966d4..3392c656196f0b847fd2748dc5e5a85ced20be70 100644
--- a/ui/gl/gl_image_egl.h
+++ b/ui/gl/gl_image_egl.h
@@ -35,6 +35,9 @@ class GL_EXPORT GLImageEGL : public GLImage {
OverlayTransform transform,
const Rect& bounds_rect,
const RectF& crop_rect) override;
+ void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd,
reveman 2015/08/18 08:32:52 This is not the final class. SurfaceTexture is and
ericrk 2015/08/18 09:00:47 Done.
+ uint64_t process_tracing_id,
+ const std::string& dump_name) override;
protected:
~GLImageEGL() override;

Powered by Google App Engine
This is Rietveld 408576698