Chromium Code Reviews| Index: Source/core/editing/FrameSelection.h |
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h |
| index d1fefa149bf76ccaeb597c561c2d91590875649c..d2b4fb518618b7c051bb851af19497f45619f52a 100644 |
| --- a/Source/core/editing/FrameSelection.h |
| +++ b/Source/core/editing/FrameSelection.h |
| @@ -130,7 +130,7 @@ public: |
| // 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 |
|
leviw_travelin_and_unemployed
2015/06/03 22:29:47
If the new extent is 'resolved' to the same positi
mfomitchev
2015/06/05 17:38:39
Done.
|
| // nothing. |
| - void moveRangeSelectionExtent(const VisiblePosition&); |
| + void moveRangeSelectionExtent(const IntPoint&); |
| void moveRangeSelection(const VisiblePosition& base, const VisiblePosition& extent, TextGranularity); |
| TextGranularity granularity() const { return m_granularity; } |