| Index: cc/layers/layer_impl_unittest.cc
|
| diff --git a/cc/layers/layer_impl_unittest.cc b/cc/layers/layer_impl_unittest.cc
|
| index fb3bb2878d145880197d3bd2e21131e62bff913c..cb65d761e837806927a9721080940800a9a008ab 100644
|
| --- a/cc/layers/layer_impl_unittest.cc
|
| +++ b/cc/layers/layer_impl_unittest.cc
|
| @@ -155,7 +155,7 @@ TEST(LayerImplTest, VerifyLayerChangesAreTrackedProperly) {
|
| EXPECT_TRUE(child->LayerPropertyChanged());
|
| EXPECT_TRUE(grand_child->LayerPropertyChanged());
|
|
|
| - // Special case: check that setBounds changes behavior depending on
|
| + // Special case: check that SetBounds changes behavior depending on
|
| // masksToBounds.
|
| root->SetMasksToBounds(false);
|
| EXECUTE_AND_VERIFY_ONLY_LAYER_CHANGED(root->SetBounds(gfx::Size(135, 246)));
|
|
|