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; |