| Index: cc/tree_synchronizer_unittest.cc
|
| diff --git a/cc/tree_synchronizer_unittest.cc b/cc/tree_synchronizer_unittest.cc
|
| index b7879bfd99b83bff70563aa2a8462d3946cccdd6..bd4229f683f396c7446a28916b8a71767d5c8663 100644
|
| --- a/cc/tree_synchronizer_unittest.cc
|
| +++ b/cc/tree_synchronizer_unittest.cc
|
| @@ -384,7 +384,8 @@ TEST_F(TreeSynchronizerTest, synchronizeAnimations)
|
| LayerTreeSettings settings;
|
| FakeProxy proxy(scoped_ptr<Thread>(NULL));
|
| DebugScopedSetImplThread impl(&proxy);
|
| - scoped_ptr<LayerTreeHostImpl> hostImpl = LayerTreeHostImpl::create(settings, 0, &proxy);
|
| + scoped_ptr<RenderingStatsRecorder> renderingStatsRecorder = RenderingStatsRecorder::create();
|
| + scoped_ptr<LayerTreeHostImpl> hostImpl = LayerTreeHostImpl::create(settings, 0, &proxy, renderingStatsRecorder.get());
|
|
|
| scoped_refptr<Layer> layerTreeRoot = Layer::Create();
|
|
|
|
|