| 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 227f0d14b3edcdfd47c010109e5ad82f7176b12a..8951cf6730a4bcf2a07b0fecaa9f3f2739e8e7b2 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -234,11 +234,6 @@ CORE_EXPORT VisibleSelection createVisibleSelection(const PositionWithAffinity&,
|
|
|
| CORE_EXPORT VisibleSelectionInFlatTree
|
| createVisibleSelection(const SelectionInFlatTree&);
|
| -CORE_EXPORT VisibleSelectionInFlatTree
|
| -createVisibleSelection(const PositionInFlatTree& base,
|
| - const PositionInFlatTree& extent,
|
| - TextAffinity = SelDefaultAffinity,
|
| - bool isDirectional = false);
|
|
|
| // We don't yet support multi-range selections, so we only ever have one range
|
| // to return.
|
|
|