| Index: sky/engine/public/web/WebWidgetClient.h
|
| diff --git a/sky/engine/public/web/WebWidgetClient.h b/sky/engine/public/web/WebWidgetClient.h
|
| index edf441f7e41acc41437a3f67c3c081a663b3700f..a5ba7e95b946fa06b7873967e5cfed42e927771a 100644
|
| --- a/sky/engine/public/web/WebWidgetClient.h
|
| +++ b/sky/engine/public/web/WebWidgetClient.h
|
| @@ -153,9 +153,6 @@ public:
|
| // Called when a gesture event is handled.
|
| virtual void didHandleGestureEvent(const WebGestureEvent& event, bool eventCancelled) { }
|
|
|
| - // Called to update if touch events should be sent.
|
| - virtual void hasTouchEventHandlers(bool) { }
|
| -
|
| // Called during WebWidget::HandleInputEvent for a TouchStart event to inform the embedder
|
| // of the touch actions that are permitted for this touch.
|
| virtual void setTouchAction(WebTouchAction touchAction) { }
|
|
|