| 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);
|
|
|