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

Unified Diff: public/web/WebRange.h

Issue 191003006: Framework for converting embedder uses of WebFrame to WebLocalFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 9 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 | « public/web/WebPlugin.h ('k') | public/web/WebTestingSupport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebRange.h
diff --git a/public/web/WebRange.h b/public/web/WebRange.h
index 3eeeeb0d0c12413052b864afbea0978e3b10cce2..5d463f8a99b44cafb85dfbc83db393d56ec44831 100644
--- a/public/web/WebRange.h
+++ b/public/web/WebRange.h
@@ -33,6 +33,7 @@
#include "../platform/WebCommon.h"
#include "../platform/WebVector.h"
+#include "WebFrame.h"
#if BLINK_IMPLEMENTATION
namespace WebCore { class Range; }
@@ -42,7 +43,6 @@ namespace WTF { template <typename T> class PassRefPtr; }
namespace blink {
struct WebFloatQuad;
-class WebFrame;
class WebNode;
class WebRangePrivate;
class WebString;
@@ -75,7 +75,7 @@ public:
BLINK_EXPORT WebRange expandedToParagraph() const;
- BLINK_EXPORT static WebRange fromDocumentRange(WebFrame*, int start, int length);
+ BLINK_EXPORT static WebRange fromDocumentRange(WebLocalFrame*, int start, int length);
BLINK_EXPORT WebVector<WebFloatQuad> textQuads() const;
« no previous file with comments | « public/web/WebPlugin.h ('k') | public/web/WebTestingSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698