summaryrefslogtreecommitdiffstats
path: root/cc/debug/layer_tree_debug_state.h
diff options
context:
space:
mode:
authordsinclair@chromium.org <dsinclair@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-15 20:28:51 +0000
committerdsinclair@chromium.org <dsinclair@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-15 20:28:51 +0000
commit9197dbcbb276b2e8bf39789b34e9a0a569b31495 (patch)
tree3e494f6ddbe7bd673a1f2d7dcc03e74e974bfaf5 /cc/debug/layer_tree_debug_state.h
parenta1dae8740d27221cbcd24758ba4bcb14c23fbd20 (diff)
downloadchromium_src-9197dbcbb276b2e8bf39789b34e9a0a569b31495.zip
chromium_src-9197dbcbb276b2e8bf39789b34e9a0a569b31495.tar.gz
chromium_src-9197dbcbb276b2e8bf39789b34e9a0a569b31495.tar.bz2
Remove --trace-all-rendered-frames in favour of disabled-by-default.
With this CL the trace events that were previously behind the --trace-all-rendered-frames will now be available through the trace-event UI as disabled-by-default elements. They will only show up in the trace files if explicitly selected in the tracing UI. BUG= R=enne@chromium.org, nduca@chromium.org, piman@chromium.org Review URL: https://codereview.chromium.org/14886018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200339 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/debug/layer_tree_debug_state.h')
-rw-r--r--cc/debug/layer_tree_debug_state.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/debug/layer_tree_debug_state.h b/cc/debug/layer_tree_debug_state.h
index 5c5b739..e5f6e1d 100644
--- a/cc/debug/layer_tree_debug_state.h
+++ b/cc/debug/layer_tree_debug_state.h
@@ -34,8 +34,6 @@ class CC_EXPORT LayerTreeDebugState {
void SetRecordRenderingStats(bool enabled);
bool RecordRenderingStats() const;
- bool trace_all_rendered_frames;
-
bool ShowHudInfo() const;
bool ShowHudRects() const;
bool ShowMemoryStats() const;