| Index: cc/layer_unittest.cc
|
| diff --git a/cc/layer_unittest.cc b/cc/layer_unittest.cc
|
| index 60358a47c4451c21bbf8412cac04f4acc88b93cc..e5a98e8f7bc255937a988b18c2de622cbef027e1 100644
|
| --- a/cc/layer_unittest.cc
|
| +++ b/cc/layer_unittest.cc
|
| @@ -559,7 +559,7 @@ TEST_F(LayerTest, checkPropertyChangeCausesCorrectBehavior)
|
| TEST_F(LayerTest, verifyPushPropertiesAccumulatesUpdateRect)
|
| {
|
| scoped_refptr<Layer> testLayer = Layer::create();
|
| - scoped_ptr<LayerImpl> implLayer = LayerImpl::create(&m_hostImpl, 1);
|
| + scoped_ptr<LayerImpl> implLayer = LayerImpl::create(m_hostImpl.activeTree(), 1);
|
|
|
| testLayer->setNeedsDisplayRect(gfx::RectF(gfx::PointF(), gfx::SizeF(5, 5)));
|
| testLayer->pushPropertiesTo(implLayer.get());
|
|
|