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

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

Issue 2761963002: CANCELLED Merge SelectionAdjuster into VisibleSelection part 1 (Closed)
Patch Set: Fix typo Created 3 years, 9 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/VisibleSelection.h
diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.h b/third_party/WebKit/Source/core/editing/VisibleSelection.h
index 09a430aae77878c8159004d925b06a516840a12b..8b14d399891928bf917b318bf56e9c05015f5703 100644
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
@@ -39,8 +39,6 @@
namespace blink {
-class SelectionAdjuster;
-
const TextAffinity SelDefaultAffinity = TextAffinity::Downstream;
enum SelectionDirection {
DirectionForward,
@@ -136,8 +134,6 @@ class CORE_TEMPLATE_CLASS_EXPORT VisibleSelectionTemplate {
static void PrintTo(const VisibleSelectionTemplate&, std::ostream*);
private:
- friend class SelectionAdjuster;
-
VisibleSelectionTemplate(const SelectionTemplate<Strategy>&);
void validate(TextGranularity = CharacterGranularity);

Powered by Google App Engine
This is Rietveld 408576698