| Index: sky/engine/public/web/WebWidget.h
|
| diff --git a/sky/engine/public/web/WebWidget.h b/sky/engine/public/web/WebWidget.h
|
| index 5e7d2a46fca9db3f6c3bf2ed2e967913577c6877..55d0424754a4072b0d7f5995678ed90cb98ced57 100644
|
| --- a/sky/engine/public/web/WebWidget.h
|
| +++ b/sky/engine/public/web/WebWidget.h
|
| @@ -80,9 +80,6 @@ public:
|
| // the event has been processed, false otherwise.
|
| virtual bool handleInputEvent(const WebInputEvent&) = 0;
|
|
|
| - // Called to inform the WebWidget of the mouse cursor's visibility.
|
| - virtual void setCursorVisibilityState(bool isVisible) = 0;
|
| -
|
| // Called to inform the WebWidget that mouse capture was lost.
|
| virtual void mouseCaptureLost() = 0;
|
|
|
|
|