| 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 e2ecdcefdce85d30a5aedd661f7376573840713f..79bc89655efcce486430526654a42d505227f97d 100644
|
| --- a/cc/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/layer_tree_host_impl_unittest.cc
|
| @@ -1045,6 +1045,7 @@ TEST_P(LayerTreeHostImplTest, scrollNonCompositedRoot)
|
| contentLayer->setAnchorPoint(FloatPoint(0, 0));
|
| contentLayer->setBounds(surfaceSize);
|
| contentLayer->setContentBounds(IntSize(surfaceSize.width() * 2, surfaceSize.height() * 2));
|
| + contentLayer->setContentsScale(2, 2);
|
|
|
| scoped_ptr<LayerImpl> scrollLayer = LayerImpl::create(2);
|
| scrollLayer->setScrollable(true);
|
|
|