| 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..25b32570acf23d7ad655ed92cf2789f41c4fc53a 100644
|
| --- a/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| @@ -111,6 +111,7 @@ 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;
|
|
|
| Node* shadowAdjustedNode(const Position&) const;
|
| int shadowAdjustedOffset(const Position&) const;
|
|
|