| Index: content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| diff --git a/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc b/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| index 69c5b2098deb014d17c9710e9b50e3ba65410ca0..82ca222409660b7d01e19a2ee26f1ea24c04dcb7 100644
|
| --- a/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| +++ b/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| @@ -152,8 +152,8 @@ class TouchEditableImplAuraTest : public ContentBrowserTest {
|
| // Lets move the handles a bit to modify the selection
|
| touch_editable->Reset();
|
| generator.GestureScrollSequence(
|
| - gfx::Point(10, 37),
|
| - gfx::Point(30, 37),
|
| + gfx::Point(10, 47),
|
| + gfx::Point(30, 47),
|
| base::TimeDelta::FromMilliseconds(20),
|
| 1);
|
| EXPECT_TRUE(touch_editable->touch_selection_controller_.get());
|
|
|