| Index: third_party/WebKit/Source/core/editing/Position.h
|
| diff --git a/third_party/WebKit/Source/core/editing/Position.h b/third_party/WebKit/Source/core/editing/Position.h
|
| index 9e8711bb3f9b1b4d4d186e1a245cd69f2e30c349..77613925c34ccd8deb57418fc3feaf821c9d41da 100644
|
| --- a/third_party/WebKit/Source/core/editing/Position.h
|
| +++ b/third_party/WebKit/Source/core/editing/Position.h
|
| @@ -172,6 +172,8 @@ class CORE_TEMPLATE_CLASS_EXPORT PositionTemplate {
|
| bool operator>(const PositionTemplate<Strategy>&) const;
|
| bool operator>=(const PositionTemplate<Strategy>&) const;
|
|
|
| + bool IsEquivalent(const PositionTemplate<Strategy>&) const;
|
| +
|
| // These can be either inside or just before/after the node, depending on
|
| // if the node is ignored by editing or not.
|
| // FIXME: These should go away. They only make sense for legacy positions.
|
|
|