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

Unified Diff: cc/layer_tree_host.h

Issue 12096112: [cc] Trace detailed tile info when --trace-all-rendered-frames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 10 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: cc/layer_tree_host.h
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index a45c1c1ee1e1941313d8b85a4c1bfaad51a9fd0f..b3881f7ceba96067a32c3361b762a0b69d9fcac9 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -200,6 +200,9 @@ public:
bool blocksPendingCommit() const;
+ // Obtains a thorough dump of the LayerTreeHost as a value.
+ scoped_ptr<base::Value> asValue() const;
+
protected:
LayerTreeHost(LayerTreeHostClient*, const LayerTreeSettings&);
bool initialize(scoped_ptr<Thread> implThread);
« no previous file with comments | « cc/layer_tree_debug_state.cc ('k') | cc/layer_tree_host.cc » ('j') | cc/picture_layer_tiling.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698