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(); |