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

Unified Diff: ui/compositor/layer.h

Issue 61883006: Compositor thread plumbing for layout rectangle debug info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implemented TakeDebugInfo in ui::Layer. Created 7 years 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/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index 4faab1228f680928d6c861146b5e7af903692f77..8a6cd54c018ee33bf10f7926a10ffa446d19fe04 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -336,6 +336,8 @@ class COMPOSITOR_EXPORT Layer
// LayerClient
virtual std::string DebugName() OVERRIDE;
+ virtual base::debug::ConvertableToTraceFormat* TakeDebugInfo() OVERRIDE;
+
// LayerAnimationEventObserver
virtual void OnAnimationStarted(const cc::AnimationEvent& event) OVERRIDE;
« cc/layers/layer_client.h ('K') | « cc/layers/layer_impl.cc ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698