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 dad49cda893d430f9975d0e52582b94f483eeb0c..b67aa5501bb6eee2e3d6f091b0b80ba160c94fcb 100644 |
--- a/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc |
+++ b/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc |
@@ -204,8 +204,8 @@ IN_PROC_BROWSER_TEST_F(TouchEditableImplAuraTest, |
touch_editable->Reset(); |
ui::SelectionBound anchor, focus; |
touch_editable->GetSelectionEndPoints(&anchor, &focus); |
- int handle_grab_x = bounds.x() + anchor.edge_bottom.x(); |
- int handle_grab_y = bounds.y() + anchor.edge_bottom.y() + 1; |
+ int handle_grab_x = bounds.x() + anchor.edge_bottom_rounded().x(); |
+ int handle_grab_y = bounds.y() + anchor.edge_bottom_rounded().y() + 1; |
generator.GestureScrollSequence( |
gfx::Point(handle_grab_x, handle_grab_y), |
gfx::Point(handle_grab_x + 20, handle_grab_y), |