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

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

Issue 2971563002: Use PositionInFlatTreeWithAffinty for SelectionController::original_base_in_flat_tree_ (Closed)
Patch Set: 2017-07-03T16:48:36 Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/SelectionController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/SelectionController.h
diff --git a/third_party/WebKit/Source/core/editing/SelectionController.h b/third_party/WebKit/Source/core/editing/SelectionController.h
index 516d703a574e6fe4ef25f7be59a96d8b18d1d2be..0e3642f0305cb274d924eb5d998012569ee3b335 100644
--- a/third_party/WebKit/Source/core/editing/SelectionController.h
+++ b/third_party/WebKit/Source/core/editing/SelectionController.h
@@ -130,10 +130,8 @@ class CORE_EXPORT SelectionController final
bool HandleTripleClick(const MouseEventWithHitTestResults&);
Member<LocalFrame> const frame_;
- // TODO(yosin): We should use |PositionWIthAffinityInFlatTree| since we
- // should reduce usage of |VisibleSelectionInFlatTree|.
// Used to store base before the adjustment at bidi boundary
- VisiblePositionInFlatTree original_base_in_flat_tree_;
+ PositionInFlatTreeWithAffinity original_base_in_flat_tree_;
bool mouse_down_may_start_select_;
bool mouse_down_was_single_click_in_selection_;
bool mouse_down_allows_multi_click_;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/SelectionController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698