Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: webkit/glue/chrome_client_impl.h

Issue 155172: Start using WebCursorInfo from the WebKit API. WebCursorInfo is a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/api/src/WebImageSkia.cpp ('k') | webkit/glue/chrome_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « webkit/api/src/WebImageSkia.cpp ('k') | webkit/glue/chrome_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698