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

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

Issue 546693002: Revert 181427 "Reduce hit test on ShowPress by moving hit testin..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 3 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 | trunk/Source/core/page/EventHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/LayoutTests/fast/events/hit-test-counts-expected.txt
===================================================================
--- trunk/LayoutTests/fast/events/hit-test-counts-expected.txt (revision 181433)
+++ trunk/LayoutTests/fast/events/hit-test-counts-expected.txt (working copy)
@@ -17,7 +17,7 @@
TouchMove: 0
TouchEnd: 0
GestureTapDown: 2
-GestureShowPress: 2
+GestureShowPress: 4
GestureTap: 7
GestureScrollBegin: 1
GestureTapCancel: 1
@@ -35,7 +35,7 @@
TouchMove: 0 0 0
TouchEnd: 0 0 0
GestureTapDown: 1 1 2
-GestureShowPress: 1 1 2
+GestureShowPress: 2 2 4
GestureTap: 3 3 7
GestureScrollBegin: 1 1 1
GestureTapCancel: 1 1 1
@@ -53,7 +53,7 @@
TouchMove: 0 0 0
TouchEnd: 0 0 0
GestureTapDown: 1 4 16
-GestureShowPress: 1 4 16
+GestureShowPress: 2 8 32
GestureTap: 4 9 32
GestureScrollBegin: 1 1 0
GestureTapCancel: 1 1 0
« no previous file with comments | « no previous file | trunk/Source/core/page/EventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698