| Index: cc/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/layer_tree_host_impl_unittest.cc b/cc/layer_tree_host_impl_unittest.cc
|
| index ee2e15af8d8afb79acde35a89558f7f04d35bd75..395c449314116a43c7275a97530cedfb1255d775 100644
|
| --- a/cc/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/layer_tree_host_impl_unittest.cc
|
| @@ -1052,7 +1052,7 @@ TEST_P(LayerTreeHostImplTest, scrollNonCompositedRoot)
|
| gfx::Size surfaceSize(10, 10);
|
|
|
| scoped_ptr<LayerImpl> contentLayer = LayerImpl::create(1);
|
| - contentLayer->setUseLCDText(true);
|
| + contentLayer->setCanUseLCDText(true);
|
| contentLayer->setDrawsContent(true);
|
| contentLayer->setPosition(gfx::PointF(0, 0));
|
| contentLayer->setAnchorPoint(gfx::PointF(0, 0));
|
|
|