Index: cc/trees/tree_synchronizer_unittest.cc |
=================================================================== |
--- cc/trees/tree_synchronizer_unittest.cc (revision 194303) |
+++ cc/trees/tree_synchronizer_unittest.cc (working copy) |
@@ -271,6 +271,7 @@ |
gfx::Size second_child_bounds = gfx::Size(25, 53); |
layer_tree_root->children()[1]->SetBounds(second_child_bounds); |
+ layer_tree_root->children()[1]->SavePaintProperties(); |
scoped_ptr<LayerImpl> layer_impl_tree_root = |
TreeSynchronizer::SynchronizeTrees(layer_tree_root.get(), |