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

Unified Diff: webkit/glue/webwidget_delegate.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/glue/webplugin_impl.cc ('k') | webkit/glue/webworker_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webwidget_delegate.h
===================================================================
--- webkit/glue/webwidget_delegate.h (revision 20148)
+++ webkit/glue/webwidget_delegate.h (working copy)
@@ -12,12 +12,12 @@
#include "webkit/glue/window_open_disposition.h"
namespace WebKit {
+struct WebCursorInfo;
struct WebRect;
struct WebScreenInfo;
}
class WebWidget;
-class WebCursor;
struct WebPluginGeometry;
struct WebMenuItem {
@@ -88,7 +88,8 @@
virtual void Blur(WebWidget* webwidget) = 0;
virtual void SetCursor(WebWidget* webwidget,
- const WebCursor& cursor) = 0;
+ const WebKit::WebCursorInfo& cursor) = 0;
+
// Returns the rectangle of the WebWidget in screen coordinates.
virtual void GetWindowRect(WebWidget* webwidget, WebKit::WebRect* rect) = 0;
« no previous file with comments | « webkit/glue/webplugin_impl.cc ('k') | webkit/glue/webworker_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698