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

Unified Diff: third_party/WebKit/Source/web/WebSurroundingText.cpp

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
Index: third_party/WebKit/Source/web/WebSurroundingText.cpp
diff --git a/third_party/WebKit/Source/web/WebSurroundingText.cpp b/third_party/WebKit/Source/web/WebSurroundingText.cpp
index 6fd33f8ed7dcd1c640309e09850232951dfc62d6..1584e7c32a52731609e9da487dfc91fba4c482ec 100644
--- a/third_party/WebKit/Source/web/WebSurroundingText.cpp
+++ b/third_party/WebKit/Source/web/WebSurroundingText.cpp
@@ -80,11 +80,6 @@ size_t WebSurroundingText::endOffsetInTextContent() const
return m_private->endOffsetInContent();
}
-WebRange WebSurroundingText::rangeFromContentOffsets(size_t startOffsetInContent, size_t endOffsetInContent)
-{
- return m_private->rangeFromContentOffsets(startOffsetInContent, endOffsetInContent);
-}
-
bool WebSurroundingText::isNull() const
{
return !m_private.get();
« no previous file with comments | « third_party/WebKit/Source/core/editing/SurroundingText.cpp ('k') | third_party/WebKit/public/web/WebSurroundingText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698