| Index: cc/CCLayerTreeHostImplTest.cpp
|
| diff --git a/cc/CCLayerTreeHostImplTest.cpp b/cc/CCLayerTreeHostImplTest.cpp
|
| index a9625808e8f1eaecfa7e2032c63e8c184a7af5ee..886610c4b55c8a3955abed10b4b6a986096fd972 100644
|
| --- a/cc/CCLayerTreeHostImplTest.cpp
|
| +++ b/cc/CCLayerTreeHostImplTest.cpp
|
| @@ -1018,7 +1018,7 @@ TEST_P(CCLayerTreeHostImplTest, scrollNonCompositedRoot)
|
| IntSize surfaceSize(10, 10);
|
|
|
| OwnPtr<CCLayerImpl> contentLayer = CCLayerImpl::create(1);
|
| - contentLayer->setUseLCDText(true);
|
| + contentLayer->setCanUseLCDText(true);
|
| contentLayer->setDrawsContent(true);
|
| contentLayer->setPosition(FloatPoint(0, 0));
|
| contentLayer->setAnchorPoint(FloatPoint(0, 0));
|
|
|