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

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

Issue 2950283002: Make UpdateSelectionForMouseDownDispatchingSelectStart() to take SelectionInFlatTree (Closed)
Patch Set: 2017-06-26T17:37:56 Rebase 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 a7bf3e05cca3c52efbdbc85d93d3751375a180f8..516d703a574e6fe4ef25f7be59a96d8b18d1d2be 100644
--- a/third_party/WebKit/Source/core/editing/SelectionController.h
+++ b/third_party/WebKit/Source/core/editing/SelectionController.h
@@ -31,7 +31,6 @@
#include "core/dom/SynchronousMutationObserver.h"
#include "core/editing/FrameSelection.h"
#include "core/editing/TextGranularity.h"
-#include "core/editing/VisibleSelection.h"
#include "core/page/EventWithHitTestResults.h"
#include "platform/heap/Handle.h"
@@ -115,7 +114,7 @@ class CORE_EXPORT SelectionController final
void SetCaretAtHitTestResult(const HitTestResult&);
bool UpdateSelectionForMouseDownDispatchingSelectStart(
Node*,
- const VisibleSelectionInFlatTree&,
+ const SelectionInFlatTree&,
TextGranularity,
HandleVisibility);
« 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