| 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 5ce07fc87468d8eeaccd56e4e418e364629d8f02..0a593434f326494b43aacba64964e4bcdfb3d13f 100644
|
| --- a/cc/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/layer_tree_host_impl_unittest.cc
|
| @@ -1119,7 +1119,6 @@ TEST_P(LayerTreeHostImplTest, scrollNonCompositedRoot)
|
| gfx::Size surfaceSize(10, 10);
|
|
|
| scoped_ptr<LayerImpl> contentLayer = LayerImpl::create(m_hostImpl.get(), 1);
|
| - contentLayer->setUseLCDText(true);
|
| contentLayer->setDrawsContent(true);
|
| contentLayer->setPosition(gfx::PointF(0, 0));
|
| contentLayer->setAnchorPoint(gfx::PointF(0, 0));
|
|
|