summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer_impl_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/layer_impl_unittest.cc')
-rw-r--r--cc/layers/layer_impl_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layers/layer_impl_unittest.cc b/cc/layers/layer_impl_unittest.cc
index fb3bb28..cb65d76 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)));