| Index: sky/engine/public/web/WebWidget.h
|
| diff --git a/sky/engine/public/web/WebWidget.h b/sky/engine/public/web/WebWidget.h
|
| index 2e723a606e06cfb84ebb6a681c1d2fb638054842..c3eb3ca16ed42acc078518ded3d6dcd545729143 100644
|
| --- a/sky/engine/public/web/WebWidget.h
|
| +++ b/sky/engine/public/web/WebWidget.h
|
| @@ -79,9 +79,6 @@ public:
|
| // the event has been processed, false otherwise.
|
| virtual bool handleInputEvent(const WebInputEvent&) = 0;
|
|
|
| - // Called to inform the WebWidget that mouse capture was lost.
|
| - virtual void mouseCaptureLost() = 0;
|
| -
|
| // Called to inform the WebWidget that it has gained or lost keyboard focus.
|
| virtual void setFocus(bool) = 0;
|
|
|
|
|