| Index: Source/web/WebViewImpl.h
 | 
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
 | 
| index e84a00a818a6744171be1668b1eca9f8c0098772..3092e9f9757eed455b8197aebd2caf74c4e8bf22 100644
 | 
| --- a/Source/web/WebViewImpl.h
 | 
| +++ b/Source/web/WebViewImpl.h
 | 
| @@ -351,6 +351,7 @@ public:
 | 
|      bool startPageScaleAnimation(const IntPoint& targetPosition, bool useAnchor, float newScale, double durationInSeconds);
 | 
|  
 | 
|      void hasTouchEventHandlers(bool);
 | 
| +    void hasTouchMoveEventHandlers(bool);
 | 
|  
 | 
|      // WebGestureCurveTarget implementation for fling.
 | 
|      bool scrollBy(const WebFloatSize& delta, const WebFloatSize& velocity) override;
 | 
| 
 |