| 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 aa46125a47237f50561d360cb28b0fd1435a288c..5f1853869277d42ca6e99626582823b567d6244d 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -6453,7 +6453,8 @@ TEST_F(LayerTreeHostImplTest, FarAwayQuadsDontNeedAA) {
|
|
|
| host_impl_->ActivateSyncTree();
|
|
|
| - host_impl_->active_tree()->UpdateDrawProperties();
|
| + bool update_lcd_text = false;
|
| + host_impl_->active_tree()->UpdateDrawProperties(update_lcd_text);
|
| ASSERT_EQ(1u, host_impl_->active_tree()->RenderSurfaceLayerList().size());
|
|
|
| LayerTreeHostImpl::FrameData frame;
|
|
|