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

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

Issue 1207663002: Simplify the SelectionConroller class with selection() instead of frame->selection() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/SelectionController.h
diff --git a/Source/core/editing/SelectionController.h b/Source/core/editing/SelectionController.h
index e4649efab71243d72e29f328307cbba570847b91..28c9ab26ff3589ce124f41a840503e6d81e46428 100644
--- a/Source/core/editing/SelectionController.h
+++ b/Source/core/editing/SelectionController.h
@@ -81,6 +81,7 @@ private:
void selectClosestMisspellingFromMouseEvent(const MouseEventWithHitTestResults&);
void selectClosestWordOrLinkFromMouseEvent(const MouseEventWithHitTestResults&);
+ FrameSelection& selection() const;
RawPtrWillBeMember<LocalFrame> const m_frame;
bool m_mouseDownMayStartSelect;
« no previous file with comments | « no previous file | Source/core/editing/SelectionController.cpp » ('j') | Source/core/editing/SelectionController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698