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

Unified Diff: third_party/WebKit/Source/core/editing/SurroundingText.h

Issue 2222813002: Remove the use of WebRange in ContentDetector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Maybe now fix compile. Created 4 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 | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/core/editing/SurroundingText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/SurroundingText.h
diff --git a/third_party/WebKit/Source/core/editing/SurroundingText.h b/third_party/WebKit/Source/core/editing/SurroundingText.h
index c0a4b69dd08c07fc2ebdc28845a3ed224d9ce253..f386468e4e3adbb20cb3e386611f379dcad32d13 100644
--- a/third_party/WebKit/Source/core/editing/SurroundingText.h
+++ b/third_party/WebKit/Source/core/editing/SurroundingText.h
@@ -51,8 +51,6 @@ public:
unsigned startOffsetInContent() const;
unsigned endOffsetInContent() const;
- Range* rangeFromContentOffsets(unsigned startOffsetInContent, unsigned endOffsetInContent);
-
private:
void initialize(const Position&, const Position&, unsigned maxLength);
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/core/editing/SurroundingText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698