| Index: Source/core/editing/VisibleSelection.h
|
| diff --git a/Source/core/editing/VisibleSelection.h b/Source/core/editing/VisibleSelection.h
|
| index 223e058fa9b7e0d4d0f23e836214406c7283ae16..c5f72cf106f8897462962027cf628851df4189cb 100644
|
| --- a/Source/core/editing/VisibleSelection.h
|
| +++ b/Source/core/editing/VisibleSelection.h
|
| @@ -118,6 +118,7 @@ public:
|
| VisiblePosition visiblePositionRespectingEditingBoundary(const LayoutPoint& localPoint, Node* targetNode) const;
|
|
|
| void setWithoutValidation(const Position&, const Position&);
|
| + void setWithoutValidation(const Position&, const Position&, const Position&, const Position&);
|
|
|
| // Listener of VisibleSelection modification. didChangeVisibleSelection() will be invoked when base, extent, start
|
| // or end is moved to a different position.
|
|
|