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..0703817dab19a4245fa1d5018e0a7827da01067e 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 platfrom_time_stamp); |
dtapuska
2017/04/24 15:27:43
s/platfrom/platform/
Navid Zolghadr
2017/04/24 15:51:45
Done.
|
// Enables firing of touch-type PointerEvents after they were inhibited by |
// blockTouchPointers(). |