| 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(
|
|
|