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

Unified Diff: Source/core/editing/VisibleSelection.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
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.

Powered by Google App Engine
This is Rietveld 408576698