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

Unified Diff: LayoutTests/fast/events/hit-test-counts-expected.txt

Issue 490783003: Reduce hit test on ShowPress by moving event targeting to WebViewImpl (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unnecessary headers 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 | Source/core/page/EventHandler.h » ('j') | Source/core/page/EventHandler.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/hit-test-counts-expected.txt
diff --git a/LayoutTests/fast/events/hit-test-counts-expected.txt b/LayoutTests/fast/events/hit-test-counts-expected.txt
index fe7004e37c02b8d20449542f4a2151929ebec8e2..c905e5b3e7c75608c73d7ad940e872322ec7e8fa 100644
--- a/LayoutTests/fast/events/hit-test-counts-expected.txt
+++ b/LayoutTests/fast/events/hit-test-counts-expected.txt
@@ -17,7 +17,7 @@ TouchStart: 1
TouchMove: 0
TouchEnd: 0
GestureTapDown: 1
-GestureShowPress: 2
+GestureShowPress: 1
Rick Byers 2014/08/22 14:49:57 woot! Thank you! Sorry I need to add one back (h
GestureTap: 7
GestureScrollBegin: 1
GestureTapCancel: 1
@@ -35,7 +35,7 @@ TouchStart: 1 1 1
TouchMove: 0 0 0
TouchEnd: 0 0 0
GestureTapDown: 1 1 1
-GestureShowPress: 2 2 2
+GestureShowPress: 1 1 1
GestureTap: 3 3 7
GestureScrollBegin: 1 1 1
GestureTapCancel: 1 1 1
@@ -53,8 +53,8 @@ TouchStart: 1 1 0
TouchMove: 0 0 0
TouchEnd: 0 0 0
GestureTapDown: 1 4 16
-GestureShowPress: 2 8 32
-GestureTap: 3 12 32
+GestureShowPress: 1 4 16
+GestureTap: 3 12 33
GestureScrollBegin: 1 1 0
GestureTapCancel: 1 1 0
GestureScrollUpdate: 0 0 0
« no previous file with comments | « no previous file | Source/core/page/EventHandler.h » ('j') | Source/core/page/EventHandler.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698