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

Unified Diff: third_party/WebKit/Source/core/editing/SelectionModifier.h

Issue 2708823003: Make SelecitonModifier class not to use VisibleSelection::setBase() and setExtent() (Closed)
Patch Set: 2017-02-21T16:54:44 Created 3 years, 10 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: third_party/WebKit/Source/core/editing/SelectionModifier.h
diff --git a/third_party/WebKit/Source/core/editing/SelectionModifier.h b/third_party/WebKit/Source/core/editing/SelectionModifier.h
index f9fb61c962b62de7ad97282f163fd07a98a8e15e..3f7abe54533827989b97ab465f97a4cb8f73b8d4 100644
--- a/third_party/WebKit/Source/core/editing/SelectionModifier.h
+++ b/third_party/WebKit/Source/core/editing/SelectionModifier.h
@@ -80,7 +80,6 @@ class SelectionModifier {
VisiblePosition modifyMovingLeft(TextGranularity);
VisiblePosition modifyMovingBackward(TextGranularity);
VisiblePosition nextWordPositionForPlatform(const VisiblePosition&);
- void willBeModified(EAlteration, SelectionDirection);
Member<LocalFrame> m_frame;
VisibleSelection m_selection;

Powered by Google App Engine
This is Rietveld 408576698