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 dcf1ee5659628ad7d8fcb6ccad9922e8ebef596d..6da5081cca6cba8d97f0f3f1f333d0fbd9f9d061 100644 |
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h |
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h |
@@ -116,6 +116,7 @@ class CORE_TEMPLATE_CLASS_EXPORT VisibleSelectionTemplate { |
return !isNone() && !start().isOrphan() && !end().isOrphan(); |
} |
+ // True if base() <= extent(). |
bool isBaseFirst() const { return m_baseIsFirst; } |
bool isDirectional() const { return m_isDirectional; } |
void setIsDirectional(bool isDirectional) { m_isDirectional = isDirectional; } |