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

Unified Diff: cc/resources/tile_manager_perftest.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
Index: cc/resources/tile_manager_perftest.cc
diff --git a/cc/resources/tile_manager_perftest.cc b/cc/resources/tile_manager_perftest.cc
index 87d1837c7b602ac0f861b802ae860997c7729ffa..ae6a35ce9884e5d2b9b2be62152b87496a3f5081 100644
--- a/cc/resources/tile_manager_perftest.cc
+++ b/cc/resources/tile_manager_perftest.cc
@@ -355,8 +355,8 @@ class TileManagerPerfTest : public testing::Test {
++next_id;
}
- bool update_lcd_text = false;
- host_impl_.pending_tree()->UpdateDrawProperties(update_lcd_text);
+ bool first_update_after_commit = false;
+ host_impl_.pending_tree()->UpdateDrawProperties(first_update_after_commit);
for (FakePictureLayerImpl* layer : layers)
layer->CreateAllTiles();

Powered by Google App Engine
This is Rietveld 408576698