| Index: cc/trees/layer_tree_host_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
|
| index 97514e3f50c04da13653bb7b5c912b92cb2e460e..f188260c48286559b55c4929042e5bff44d7d157 100644
|
| --- a/cc/trees/layer_tree_host_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest.cc
|
| @@ -5573,8 +5573,7 @@
|
| pinch->SetIsContainerForFixedPositionLayers(true);
|
| root->AddChild(pinch);
|
|
|
| - scoped_ptr<FakePicturePile> pile(
|
| - new FakePicturePile(0.0625f, gfx::Size(100, 100)));
|
| + scoped_ptr<FakePicturePile> pile(new FakePicturePile);
|
| pile->SetPlaybackAllowedEvent(&playback_allowed_event_);
|
| scoped_refptr<FakePictureLayer> layer =
|
| FakePictureLayer::CreateWithRecordingSource(&client_, pile.Pass());
|
| @@ -5786,8 +5785,7 @@
|
| pinch->SetIsContainerForFixedPositionLayers(true);
|
| root->AddChild(pinch);
|
|
|
| - scoped_ptr<FakePicturePile> pile(
|
| - new FakePicturePile(0.0625f, gfx::Size(100, 100)));
|
| + scoped_ptr<FakePicturePile> pile(new FakePicturePile);
|
| pile->SetPlaybackAllowedEvent(&playback_allowed_event_);
|
| scoped_refptr<FakePictureLayer> layer =
|
| FakePictureLayer::CreateWithRecordingSource(&client_, pile.Pass());
|
|
|