| 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 195c3b945a6f1cfb34019055064a70d5d57267c6..9a8b29ebdb1a812f5d5a268c3fe488c04e83b16c 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -63,6 +63,8 @@ class CORE_TEMPLATE_CLASS_EXPORT VisibleSelectionTemplate {
|
| // |selectionFromContentsOfNode|.
|
| static VisibleSelectionTemplate create(const SelectionTemplate<Strategy>&);
|
|
|
| + // TODO(editing-dev): We should get rid of this function and instead, use
|
| + // EphemeralRangeTemplate::rangeOfContents and SelectionTemplate::Builder.
|
| static VisibleSelectionTemplate selectionFromContentsOfNode(Node*);
|
|
|
| SelectionType getSelectionType() const { return m_selectionType; }
|
|
|