| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index d1fefa149bf76ccaeb597c561c2d91590875649c..58e37af134f85d9e1ab95d2efa935feae2d14ffb 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/FrameSelection.h
|
| @@ -127,10 +127,10 @@ public:
|
| bool modify(EAlteration, unsigned verticalDistance, VerticalDirection, EUserTriggered = NotUserTriggered, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded);
|
|
|
| // Moves the selection extent based on the selection granularity strategy.
|
| - // This function does not allow the selection to collapse. If the new extent
|
| - // is set to the same position as the current base, this function will do
|
| - // nothing.
|
| - void moveRangeSelectionExtent(const VisiblePosition&);
|
| + // This function does not allow the selection to collapse. If the new
|
| + // extent is resolved to the same position as the current base, this
|
| + // function will do nothing.
|
| + void moveRangeSelectionExtent(const IntPoint&);
|
| void moveRangeSelection(const VisiblePosition& base, const VisiblePosition& extent, TextGranularity);
|
|
|
| TextGranularity granularity() const { return m_granularity; }
|
|
|