| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index d384ac7eadcbe97cbeb9d6ede8abb1ac1ecce83a..3b6f4591fe7b0c33baaa6c05a9c1a96097c6bcb5 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -6418,8 +6418,8 @@ TEST_F(LayerTreeHostImplTest, FarAwayQuadsDontNeedAA) {
|
|
|
| host_impl_->ActivateSyncTree();
|
|
|
| - bool update_lcd_text = false;
|
| - host_impl_->active_tree()->UpdateDrawProperties(update_lcd_text);
|
| + bool first_update_after_commit = false;
|
| + host_impl_->active_tree()->UpdateDrawProperties(first_update_after_commit);
|
| ASSERT_EQ(1u, host_impl_->active_tree()->RenderSurfaceLayerList().size());
|
|
|
| LayerTreeHostImpl::FrameData frame;
|
|
|