Index: third_party/WebKit/Source/core/editing/VisibleSelection.h |
diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.h b/third_party/WebKit/Source/core/editing/VisibleSelection.h |
index 58eb56bdd1b7be4f124f5f388bb5a0a55ae84bb9..da884705b4591ba90eef1ac6c37729d3ab3d4e03 100644 |
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h |
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h |
@@ -301,7 +301,9 @@ public: |
void setIsDirectional(bool isDirectional) { m_visibleSelection.setIsDirectional(isDirectional); } |
void setWithoutValidation(const PositionAlgorithm<Strategy>& base, const PositionAlgorithm<Strategy>& extent); |
+ void appendTrailingWhitespace(); |
bool expandUsingGranularity(TextGranularity); |
+ static VisibleSelectionTemplate<Strategy> selectionFromContentsOfNode(Node*); |
DEFINE_INLINE_TRACE() |
{ |