| 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 55b88264368ff0b13af9705a50e7a2698c063400..16b18f0baf1293ef1c10ed391548aabe55f519cc 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -75,6 +75,7 @@ class CORE_TEMPLATE_CLASS_EXPORT VisibleSelectionTemplate {
|
| void setExtent(const PositionTemplate<Strategy>&);
|
| void setExtent(const VisiblePositionTemplate<Strategy>&);
|
|
|
| + SelectionTemplate<Strategy> asSelection() const;
|
| PositionTemplate<Strategy> base() const { return m_base; }
|
| PositionTemplate<Strategy> extent() const { return m_extent; }
|
| PositionTemplate<Strategy> start() const { return m_start; }
|
|
|