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

Unified Diff: cc/layer_tree_debug_state.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: Dont expose to extension yet 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
« no previous file with comments | « no previous file | cc/layer_tree_debug_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_debug_state.h
diff --git a/cc/layer_tree_debug_state.h b/cc/layer_tree_debug_state.h
index 9abda3015ff24dd985f4104096c558eaf4fd19e1..fe632cdd0ef46cc65314e804af43390db7ab12b6 100644
--- a/cc/layer_tree_debug_state.h
+++ b/cc/layer_tree_debug_state.h
@@ -32,6 +32,8 @@ class CC_EXPORT LayerTreeDebugState {
void setRecordRenderingStats(bool);
bool recordRenderingStats() const;
+ bool traceAllRenderedFrames;
+
bool showHudInfo() const;
bool showHudRects() const;
bool hudNeedsFont() const;
« no previous file with comments | « no previous file | cc/layer_tree_debug_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698