| Index: sky/engine/core/loader/EmptyClients.h
|
| diff --git a/sky/engine/core/loader/EmptyClients.h b/sky/engine/core/loader/EmptyClients.h
|
| index 6497ab6d5c5121f1a3fec6d8dca5103cc278ba00..5d2a57d34a6d2d88983588b33895b429d4f0efa0 100644
|
| --- a/sky/engine/core/loader/EmptyClients.h
|
| +++ b/sky/engine/core/loader/EmptyClients.h
|
| @@ -87,8 +87,6 @@ public:
|
| virtual IntRect rootViewToScreen(const IntRect& r) const override { return r; }
|
| virtual blink::WebScreenInfo screenInfo() const override { return blink::WebScreenInfo(); }
|
|
|
| - virtual void mouseDidMoveOverElement(const HitTestResult&, unsigned) override { }
|
| -
|
| virtual void setCursor(const Cursor&) override { }
|
|
|
| virtual void setTouchAction(TouchAction touchAction) override { };
|
|
|