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

Unified Diff: webkit/glue/glue_util.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/chromium_bridge_impl.cc ('k') | webkit/glue/glue_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/glue_util.h
===================================================================
--- webkit/glue/glue_util.h (revision 20148)
+++ webkit/glue/glue_util.h (working copy)
@@ -13,6 +13,7 @@
namespace WebCore {
class ChromiumDataObject;
class CString;
+class Cursor;
class HistoryItem;
class HTMLFormElement;
class IntPoint;
@@ -36,6 +37,7 @@
class WebURL;
class WebURLRequest;
class WebURLResponse;
+struct WebCursorInfo;
struct WebPoint;
struct WebRect;
struct WebSize;
@@ -115,6 +117,9 @@
WebCore::IntSize WebSizeToIntSize(const WebKit::WebSize&);
WebKit::WebSize IntSizeToWebSize(const WebCore::IntSize&);
+// WebCursorInfo <- Cursor
+WebKit::WebCursorInfo CursorToWebCursorInfo(const WebCore::Cursor&);
+
// WebDragData <-> ChromiumDataObject
WebKit::WebDragData ChromiumDataObjectToWebDragData(
const WTF::PassRefPtr<WebCore::ChromiumDataObject>&);
« no previous file with comments | « webkit/glue/chromium_bridge_impl.cc ('k') | webkit/glue/glue_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698