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

Unified Diff: webkit/glue/glue_util.h

Issue 164225: Switch to WebFrame from the WebKit API.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/editor_client_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 22886)
+++ webkit/glue/glue_util.h (working copy)
@@ -21,6 +21,7 @@
class IntSize;
class KURL;
class Node;
+class Range;
class ResourceError;
class ResourceResponse;
class SharedBuffer;
@@ -35,6 +36,7 @@
class WebForm;
class WebHistoryItem;
class WebNode;
+class WebRange;
class WebString;
class WebURL;
class WebURLRequest;
@@ -144,6 +146,12 @@
WTF::PassRefPtr<WebCore::HistoryItem> WebHistoryItemToHistoryItem(
const WebKit::WebHistoryItem&);
+// WebRange <-> Range
+WebKit::WebRange RangeToWebRange(
+ const WTF::PassRefPtr<WebCore::Range>&);
+WTF::PassRefPtr<WebCore::Range> WebRangeToRange(
+ const WebKit::WebRange&);
+
// WebURLError <-> ResourceError
WebKit::WebURLError ResourceErrorToWebURLError(
const WebCore::ResourceError& error);
« no previous file with comments | « webkit/glue/editor_client_impl.cc ('k') | webkit/glue/glue_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698