| 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>&);
|
|
|