| Index: Source/core/editing/VisibleSelection.h
|
| diff --git a/Source/core/editing/VisibleSelection.h b/Source/core/editing/VisibleSelection.h
|
| index 5e897bbc386005aef1564465a8f14681c72cb2b6..fe90edec04fb07c9a8dea0fc9e12765d7bde540c 100644
|
| --- a/Source/core/editing/VisibleSelection.h
|
| +++ b/Source/core/editing/VisibleSelection.h
|
| @@ -254,6 +254,9 @@ private:
|
|
|
| // We don't yet support multi-range selections, so we only ever have one range
|
| // to return.
|
| +CORE_EXPORT EphemeralRange firstEphemeralRangeOf(const VisibleSelection&);
|
| +
|
| +// TODO(sof): move more firstRangeOf() uses to be over EphemeralRange instead.
|
| CORE_EXPORT PassRefPtrWillBeRawPtr<Range> firstRangeOf(const VisibleSelection&);
|
|
|
| } // namespace blink
|
|
|