Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5463)

Unified Diff: cc/trees/thread_proxy.cc

Issue 1013273003: cc: Force an update on tile size after viewport resize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: attempt 3? Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« cc/trees/layer_tree_impl.cc ('K') | « cc/trees/occlusion_tracker_perftest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« cc/trees/layer_tree_impl.cc ('K') | « cc/trees/occlusion_tracker_perftest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698