| Index: cc/tree_synchronizer_unittest.cc
|
| diff --git a/cc/tree_synchronizer_unittest.cc b/cc/tree_synchronizer_unittest.cc
|
| index cc9409edf7a931f9f0ad69998dfdf7cd7f86b730..30c09f66b485c01ef08a226d2e3855f521b8b82b 100644
|
| --- a/cc/tree_synchronizer_unittest.cc
|
| +++ b/cc/tree_synchronizer_unittest.cc
|
| @@ -143,7 +143,7 @@ protected:
|
| // return a null tree.
|
| TEST_F(TreeSynchronizerTest, syncNullTree)
|
| {
|
| - scoped_ptr<LayerImpl> layerImplTreeRoot = TreeSynchronizer::synchronizeTrees(0, scoped_ptr<LayerImpl>(), m_hostImpl.activeTree());
|
| + scoped_ptr<LayerImpl> layerImplTreeRoot = TreeSynchronizer::synchronizeTrees(static_cast<Layer*>(NULL), scoped_ptr<LayerImpl>(), m_hostImpl.activeTree());
|
|
|
| EXPECT_TRUE(!layerImplTreeRoot.get());
|
| }
|
|
|