| Index: sky/engine/public/web/WebWidget.h
|
| diff --git a/sky/engine/public/web/WebWidget.h b/sky/engine/public/web/WebWidget.h
|
| index 5263ca3bc23c3b2769417572704b611d5500c1a5..95a9da2bc2d9b79e8532104343c2b68418b9c53d 100644
|
| --- a/sky/engine/public/web/WebWidget.h
|
| +++ b/sky/engine/public/web/WebWidget.h
|
| @@ -133,9 +133,6 @@ public:
|
| // Called to inform the WebWidget of the mouse cursor's visibility.
|
| virtual void setCursorVisibilityState(bool isVisible) { }
|
|
|
| - // Check whether the given point hits any registered touch event handlers.
|
| - virtual bool hasTouchEventHandlersAt(const WebPoint&) { return true; }
|
| -
|
| // Called to inform the WebWidget that mouse capture was lost.
|
| virtual void mouseCaptureLost() { }
|
|
|
|
|