Index: webkit/glue/glue_util.cc |
=================================================================== |
--- webkit/glue/glue_util.cc (revision 20148) |
+++ webkit/glue/glue_util.cc (working copy) |
@@ -32,6 +32,7 @@ |
#include "base/string_util.h" |
#include "base/sys_string_conversions.h" |
#include "googleurl/src/gurl.h" |
+#include "webkit/api/public/WebCursorInfo.h" |
#include "webkit/api/public/WebDragData.h" |
#include "webkit/api/public/WebForm.h" |
#include "webkit/api/public/WebHistoryItem.h" |
@@ -230,6 +231,12 @@ |
return size; |
} |
+// Cursor conversions ---------------------------------------------------------- |
+ |
+WebKit::WebCursorInfo CursorToWebCursorInfo(const WebCore::Cursor& cursor) { |
+ return WebKit::WebCursorInfo(cursor); |
+} |
+ |
// DragData conversions -------------------------------------------------------- |
WebKit::WebDragData ChromiumDataObjectToWebDragData( |