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

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

Issue 2762083002: Introduce skipWhitespace() to share VisibleSeleciton::appendTrailingWhitespace() functionality (Closed)
Patch Set: 2017-03-21T14:47:09 Created 3 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 | « third_party/WebKit/Source/core/editing/VisibleSelection.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/VisibleUnits.h
diff --git a/third_party/WebKit/Source/core/editing/VisibleUnits.h b/third_party/WebKit/Source/core/editing/VisibleUnits.h
index 5afbadd488438e9be5be22264a58f92ed8073369..588753fa291d9449b47b40a73d05e61d38617048 100644
--- a/third_party/WebKit/Source/core/editing/VisibleUnits.h
+++ b/third_party/WebKit/Source/core/editing/VisibleUnits.h
@@ -339,6 +339,9 @@ CORE_EXPORT VisiblePosition visiblePositionForContentsPoint(const IntPoint&,
CORE_EXPORT bool rendersInDifferentPosition(const Position&, const Position&);
+CORE_EXPORT Position skipWhitespace(const Position&);
+CORE_EXPORT PositionInFlatTree skipWhitespace(const PositionInFlatTree&);
+
} // namespace blink
#endif // VisibleUnits_h
« no previous file with comments | « third_party/WebKit/Source/core/editing/VisibleSelection.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698