| Index: sky/engine/web/ChromeClientImpl.h
|
| diff --git a/sky/engine/web/ChromeClientImpl.h b/sky/engine/web/ChromeClientImpl.h
|
| index 30d514fa348c48824be351168ecc04fc02247b7e..0cf9970ba13b0d82d1a16bae4c9e9d2a2beee32b 100644
|
| --- a/sky/engine/web/ChromeClientImpl.h
|
| +++ b/sky/engine/web/ChromeClientImpl.h
|
| @@ -48,7 +48,6 @@ class RenderBox;
|
| class DateTimeChooser;
|
| class DateTimeChooserClient;
|
| class WebViewImpl;
|
| -struct WebCursorInfo;
|
|
|
| // Handles window-level notifications from WebCore on behalf of a WebView.
|
| class ChromeClientImpl final : public ChromeClient {
|
| @@ -75,14 +74,12 @@ public:
|
| virtual void scheduleVisualUpdate() override;
|
| virtual IntRect rootViewToScreen(const IntRect&) const override;
|
| virtual WebScreenInfo screenInfo() const override;
|
| - virtual void setCursor(const Cursor&) override;
|
|
|
| // ChromeClient methods:
|
| virtual String acceptLanguages() override;
|
|
|
| private:
|
| WebNavigationPolicy getNavigationPolicy();
|
| - void setCursor(const WebCursorInfo&);
|
|
|
| WebViewImpl* m_webView; // weak pointer
|
| };
|
|
|