| Index: third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| index 567aeaa3eec52927290378b60d571b5e740bdb96..7f24f312bbb627f95d0907420623dbd707678ec9 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -271,6 +271,7 @@ int comparePositionsInFlatTree(Node* containerA,
|
| // utilize |DCHECK_XX()|.
|
| int comparePositions(const Position&, const Position&);
|
| int comparePositions(const PositionWithAffinity&, const PositionWithAffinity&);
|
| +bool isNodeFullyContained(const EphemeralRange&, Node&);
|
|
|
| // boolean functions on Position
|
|
|
|
|