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

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

Issue 2869213002: Move ExpandToParagraphBoundary to VisibleUnits (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | third_party/WebKit/Source/core/editing/VisibleUnits.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/VisibleUnits.h
diff --git a/third_party/WebKit/Source/core/editing/VisibleUnits.h b/third_party/WebKit/Source/core/editing/VisibleUnits.h
index 5f253381789e913ffaf1304846173e9552bebe43..058278d407e836b2e88ecfaca7dd564cc39430d8 100644
--- a/third_party/WebKit/Source/core/editing/VisibleUnits.h
+++ b/third_party/WebKit/Source/core/editing/VisibleUnits.h
@@ -281,6 +281,7 @@ CORE_EXPORT bool IsEndOfParagraph(
bool InSameParagraph(const VisiblePosition&,
const VisiblePosition&,
EditingBoundaryCrossingRule = kCannotCrossEditingBoundary);
+EphemeralRange ExpandToParagraphBoundary(const EphemeralRange&);
// blocks (true paragraphs; line break elements don't break blocks)
VisiblePosition StartOfBlock(
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/VisibleUnits.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698