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(). |