diff options
Diffstat (limited to 'cc/layer_tree_debug_state.h')
-rw-r--r-- | cc/layer_tree_debug_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/layer_tree_debug_state.h b/cc/layer_tree_debug_state.h index 0931908..e488558 100644 --- a/cc/layer_tree_debug_state.h +++ b/cc/layer_tree_debug_state.h @@ -36,6 +36,7 @@ class CC_EXPORT LayerTreeDebugState { bool showHudInfo() const; bool showHudRects() const; + bool showMemoryStats() const; static bool equal(const LayerTreeDebugState& a, const LayerTreeDebugState& b); static LayerTreeDebugState unite(const LayerTreeDebugState& a, const LayerTreeDebugState& b); |