Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(929)

Unified Diff: Source/core/editing/FrameSelection.h

Issue 1123563003: Improving direction-based selection strategy. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/editing/FrameSelection.cpp » ('j') | Source/core/editing/GranularityStrategy.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/FrameSelection.h
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
index ea9b2dfcca0cc0a619273c6e6f1ed0201697f24e..9a7e22d243c569a9ed486bff402ee92aff4911dc 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
// nothing.
- void moveRangeSelectionExtent(const VisiblePosition&);
+ void moveRangeSelectionExtent(const IntPoint&);
void moveRangeSelection(const VisiblePosition& base, const VisiblePosition& extent, TextGranularity);
TextGranularity granularity() const { return m_granularity; }
« no previous file with comments | « no previous file | Source/core/editing/FrameSelection.cpp » ('j') | Source/core/editing/GranularityStrategy.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698