summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cc/trees/layer_tree_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
index 38c410c5..c9ab662 100644
--- a/cc/trees/layer_tree_host.cc
+++ b/cc/trees/layer_tree_host.cc
@@ -555,7 +555,7 @@ void LayerTreeHost::SetDebugState(const LayerTreeDebugState& debug_state) {
rendering_stats_instrumentation_->set_record_rendering_stats(
debug_state_.RecordRenderingStats());
- SetNeedsCommit();
+ SetNeedsRedraw();
}
void LayerTreeHost::SetViewportSize(gfx::Size device_viewport_size) {