| Index: webkit/glue/chrome_client_impl.h
|
| ===================================================================
|
| --- webkit/glue/chrome_client_impl.h (revision 20148)
|
| +++ webkit/glue/chrome_client_impl.h (working copy)
|
| @@ -11,7 +11,6 @@
|
| #include "ChromeClientChromium.h"
|
| MSVC_POP_WARNING();
|
|
|
| -class WebCursor;
|
| class WebViewImpl;
|
|
|
| namespace WebCore {
|
| @@ -21,6 +20,10 @@
|
| struct WindowFeatures;
|
| }
|
|
|
| +namespace WebKit {
|
| +struct WebCursorInfo;
|
| +}
|
| +
|
| // Handles window-level notifications from WebCore on behalf of a WebView.
|
| class ChromeClientImpl : public WebCore::ChromeClientChromium {
|
| public:
|
| @@ -132,8 +135,8 @@
|
| const WebCore::IntRect& bounds,
|
| bool activatable);
|
|
|
| - void SetCursor(const WebCursor& cursor);
|
| - void SetCursorForPlugin(const WebCursor& cursor);
|
| + void SetCursor(const WebKit::WebCursorInfo& cursor);
|
| + void SetCursorForPlugin(const WebKit::WebCursorInfo& cursor);
|
|
|
| virtual void formStateDidChange(const WebCore::Node*);
|
|
|
|
|