| 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..7480acf94a272159c1649fe2cd3fe3291425e9cc 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;
|
|
|