| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index fe60220fb5a5996e2b3803a95470c82a3a18b24c..254dac7069de0527b9223fdd6beb24ef67cbd592 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -90,7 +90,6 @@ public:
|
| virtual void themeChanged() override;
|
| virtual bool handleInputEvent(const WebInputEvent&) override;
|
| virtual void setCursorVisibilityState(bool isVisible) override;
|
| - virtual bool hasTouchEventHandlersAt(const WebPoint&) override;
|
| virtual void mouseCaptureLost() override;
|
| virtual void setFocus(bool enable) override;
|
| virtual bool setComposition(
|
| @@ -235,8 +234,6 @@ public:
|
|
|
| bool detectContentOnTouch(const WebPoint&);
|
|
|
| - void hasTouchEventHandlers(bool);
|
| -
|
| // WebGestureCurveTarget implementation for fling.
|
| virtual bool scrollBy(const WebFloatSize& delta, const WebFloatSize& velocity) override;
|
|
|
|
|