Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index 8c766f273da9ab0a291133710fed1a7e10b27968..b94f473e8eb2e459bd2f69106c95c1d45cde395d 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1034,9 +1034,9 @@ DrawResult ThreadProxy::DrawSwapInternal(bool forced_draw) { |
base::AutoReset<bool> mark_inside(&impl().inside_draw, true); |
if (impl().layer_tree_host_impl->pending_tree()) { |
- bool update_lcd_text = false; |
+ bool first_update_after_commit = false; |
impl().layer_tree_host_impl->pending_tree()->UpdateDrawProperties( |
- update_lcd_text); |
+ first_update_after_commit); |
} |
// This method is called on a forced draw, regardless of whether we are able |