| 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 78691d9eae1018c87eb78d4ccdf8ebaf304818ad..4e58f8acc4f2fa398ff949519775798cece259f2 100644
|
| --- a/cc/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/layer_tree_host_impl_unittest.cc
|
| @@ -1049,7 +1049,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));
|
|
|