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

Unified Diff: chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc

Issue 393953012: Eager Gesture Recognition on Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 4 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
« no previous file with comments | « no previous file | content/browser/frame_host/render_widget_host_view_guest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
diff --git a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
index dc95a75c8b9ffecf04c9d896a4a76089d11e36d9..45e407904535a5da17e5283def3e0b0f6f996cea 100644
--- a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
+++ b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
@@ -84,7 +84,7 @@ IN_PROC_BROWSER_TEST_F(TouchExplorationTest, NoRewritingEventsWhenOff) {
base::TimeDelta initial_time = Now();
ui::TouchEvent initial_press(
- ui::ET_TOUCH_PRESSED, gfx::Point(100, 200), 1, initial_time);
+ ui::ET_TOUCH_PRESSED, gfx::Point(99, 200), 1, initial_time);
generator.Dispatch(&initial_press);
// Since the touch exploration controller doesn't know if the user is
@@ -111,7 +111,7 @@ IN_PROC_BROWSER_TEST_F(TouchExplorationTest, NoRewritingEventsWhenOff) {
initial_time = Now();
ui::TouchEvent second_initial_press(
- ui::ET_TOUCH_PRESSED, gfx::Point(500, 600), 2, initial_time);
+ ui::ET_TOUCH_PRESSED, gfx::Point(499, 600), 2, initial_time);
generator.Dispatch(&second_initial_press);
ui::TouchEvent second_touch_time_advance(
ui::ET_TOUCH_MOVED,
« no previous file with comments | « no previous file | content/browser/frame_host/render_widget_host_view_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698