| Index: cc/layers/picture_layer_impl_unittest.cc
|
| diff --git a/cc/layers/picture_layer_impl_unittest.cc b/cc/layers/picture_layer_impl_unittest.cc
|
| index f132b3f325f9c111ab77ffde7be5150bed92e9b7..67a00a1a3ddb2b736aa45b249a70af74cba1a4c9 100644
|
| --- a/cc/layers/picture_layer_impl_unittest.cc
|
| +++ b/cc/layers/picture_layer_impl_unittest.cc
|
| @@ -239,6 +239,7 @@ class PictureLayerImplTest : public testing::Test {
|
| if (!tile_size.IsEmpty())
|
| pending_layer->set_fixed_tile_size(tile_size);
|
| pending_layer->SetDrawsContent(true);
|
| + pending_layer->SetScrollClipLayer(pending_root->id());
|
| } else {
|
| pending_layer.reset(static_cast<FakePictureLayerImpl*>(
|
| pending_root->RemoveChild(pending_root->children()[0].get())
|
|
|