| 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 0b42f611b310b9eec80783eb980edaadff04ae1f..a5873cf5a86c5648fe008f7e8624130812d710dd 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -209,9 +209,6 @@ using VisibleSelectionInFlatTree =
|
| // TODO(yosin): We should get rid of |createVisibleSelection()| overloads
|
| // except for taking |SelectionInDOMTree| and |SelectionInFlatTree|.
|
| CORE_EXPORT VisibleSelection createVisibleSelection(const SelectionInDOMTree&);
|
| -CORE_EXPORT VisibleSelection createVisibleSelection(const Position&,
|
| - TextAffinity,
|
| - bool isDirectional = false);
|
| CORE_EXPORT VisibleSelection
|
| createVisibleSelection(const Position& base,
|
| const Position& extent,
|
|
|