Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: content/browser/web_contents/touch_editable_impl_aura_browsertest.cc

Issue 16580009: Change touch selection handles to images given by UX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698