| Index: third_party/WebKit/Source/core/editing/DOMSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/DOMSelection.h b/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| index b983c877129bb251bec1cfbc3770702d1b95b149..4d783ac98e29e0f0ef23444e2072e10a350714a8 100644
|
| --- a/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| @@ -111,6 +111,8 @@ class CORE_EXPORT DOMSelection final : public GarbageCollected<DOMSelection>,
|
| // Convenience methods for accessors, does not check m_frame present.
|
| const VisibleSelection& visibleSelection() const;
|
| bool isBaseFirstInSelection() const;
|
| + const Position& anchorPosition() const;
|
| + const Position& focusPosition() const;
|
|
|
| Node* shadowAdjustedNode(const Position&) const;
|
| int shadowAdjustedOffset(const Position&) const;
|
|
|