| Index: Source/core/page/EventHandler.h
|
| diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
|
| index 7c92bd992e2fab46d085bf105f36e0c3e1b23f0c..d3a57c9ea22588e1e9392ee83ec97d26d146a75e 100755
|
| --- a/Source/core/page/EventHandler.h
|
| +++ b/Source/core/page/EventHandler.h
|
| @@ -148,6 +148,8 @@ public:
|
| bool bestContextMenuNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode);
|
| bool bestZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntRect& targetArea, Node*& targetNode);
|
|
|
| + MockableTimer<EventHandler>* getActiveIntervalTimerForTesting();
|
| +
|
| bool adjustGesturePosition(const PlatformGestureEvent&, IntPoint& adjustedPoint);
|
|
|
| bool sendContextMenuEvent(const PlatformMouseEvent&);
|
| @@ -378,7 +380,7 @@ private:
|
| OwnPtr<IntPoint> m_lastSyntheticPanLocation;
|
| float m_syntheticPageScaleFactor;
|
|
|
| - Timer<EventHandler> m_activeIntervalTimer;
|
| + MockableTimer<EventHandler> m_activeIntervalTimer;
|
| double m_lastShowPressTimestamp;
|
| RefPtr<Element> m_lastDeferredTapElement;
|
| };
|
|
|