Index: cc/trees/layer_tree_host_unittest_scroll.cc |
diff --git a/cc/trees/layer_tree_host_unittest_scroll.cc b/cc/trees/layer_tree_host_unittest_scroll.cc |
index dae8ae817c16eb603ccbb43b8698f89d13b2a01e..14b225f78ccfc2df44633c01281c395624545e6b 100644 |
--- a/cc/trees/layer_tree_host_unittest_scroll.cc |
+++ b/cc/trees/layer_tree_host_unittest_scroll.cc |
@@ -566,7 +566,7 @@ class ImplSidePaintingScrollTestSimple : public ImplSidePaintingScrollTest { |
EXPECT_VECTOR_EQ(root->sent_scroll_delta(), gfx::Vector2d()); |
PostSetNeedsCommitToMainThread(); |
- // commitCompleteOnThread will trigger this function again |
+ // CommitCompleteOnThread will trigger this function again |
// and cause us to take the else clause. |
} else { |
can_activate_ = true; |
@@ -660,6 +660,5 @@ class LayerTreeHostScrollTestScrollZeroMaxScrollOffset |
SINGLE_AND_MULTI_THREAD_TEST_F(LayerTreeHostScrollTestScrollZeroMaxScrollOffset) |
- |
} // namespace |
} // namespace cc |