| Index: third_party/WebKit/Source/core/editing/SelectionTemplate.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionTemplate.h b/third_party/WebKit/Source/core/editing/SelectionTemplate.h
|
| index c4189ab852170e6c608dd408273e2a19d809ae9c..0fb5cc5d1ebc5e63e39cebd5c35748a1e1bacb51 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionTemplate.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionTemplate.h
|
| @@ -46,6 +46,9 @@ class CORE_EXPORT SelectionTemplate final {
|
| // document.
|
| Builder& extend(const PositionTemplate<Strategy>& extent);
|
|
|
| + // Select all children in |node|.
|
| + Builder& selectAllChildren(const Node& /* node */);
|
| +
|
| Builder& setBaseAndExtent(const EphemeralRangeTemplate<Strategy>&);
|
|
|
| // |extent| can not be null if |base| isn't null.
|
|
|