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

Unified Diff: third_party/WebKit/Source/core/input/PointerEventManager.h

Issue 2834183002: Add time stamp to the constructor of the events (Closed)
Patch Set: Fix typos Created 3 years, 8 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: third_party/WebKit/Source/core/input/PointerEventManager.h
diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.h b/third_party/WebKit/Source/core/input/PointerEventManager.h
index 5f4e21e77c262fcb524eeac8bc03391d81cbebc3..6d1280c8b227377de56e9f04c08c9fc9973ff1f1 100644
--- a/third_party/WebKit/Source/core/input/PointerEventManager.h
+++ b/third_party/WebKit/Source/core/input/PointerEventManager.h
@@ -132,7 +132,7 @@ class CORE_EXPORT PointerEventManager
// unblockTouchPointers(). Also sends pointercancels for existing touch-type
// PointerEvents. See:
// www.w3.org/TR/pointerevents/#declaring-candidate-regions-for-default-touch-behaviors
- void BlockTouchPointers();
+ void BlockTouchPointers(TimeTicks platform_time_stamp);
// Enables firing of touch-type PointerEvents after they were inhibited by
// blockTouchPointers().

Powered by Google App Engine
This is Rietveld 408576698