| Index: cc/trees/tree_synchronizer_unittest.cc
|
| diff --git a/cc/trees/tree_synchronizer_unittest.cc b/cc/trees/tree_synchronizer_unittest.cc
|
| index 007c85781262cb9ba206aab504810739f1a785f7..29d5dbc543d4bbc67df5fee3fc21398f3795dbae 100644
|
| --- a/cc/trees/tree_synchronizer_unittest.cc
|
| +++ b/cc/trees/tree_synchronizer_unittest.cc
|
| @@ -361,7 +361,7 @@ TEST_F(TreeSynchronizerTest, SyncSimpleTreeAndProperties) {
|
| EXPECT_EQ(first_child_opacity,
|
| layer_impl_tree_root->children()[0]->opacity());
|
|
|
| - gfx::Size second_layer_impl_child_bounds =
|
| + gfx::SizeF second_layer_impl_child_bounds =
|
| layer_impl_tree_root->children()[1]->bounds();
|
| EXPECT_EQ(second_child_bounds.width(),
|
| second_layer_impl_child_bounds.width());
|
|
|