| Index: Source/core/editing/Position.h
|
| diff --git a/Source/core/editing/Position.h b/Source/core/editing/Position.h
|
| index d0f15997a9c45d9c9d219690e0b1e3e896f3b871..bdfa0024bfcf5b337d9dffe7536ec42a5f09e3c5 100644
|
| --- a/Source/core/editing/Position.h
|
| +++ b/Source/core/editing/Position.h
|
| @@ -243,12 +243,6 @@ extern template class CORE_EXTERN_TEMPLATE_EXPORT PositionAlgorithm<EditingInCom
|
| using Position = PositionAlgorithm<EditingStrategy>;
|
| using PositionInComposedTree = PositionAlgorithm<EditingInComposedTreeStrategy>;
|
|
|
| -// TODO(yosin) |isRenderedCharacter()| should be removed, and we should use
|
| -// |VisiblePosition::characterAfter()| and |VisiblePosition::characterBefore()|.
|
| -// TODO(yosin) We should move |isRenderedCharacter()| to "VisibleUnits.cpp",
|
| -// since it is used only in "editing/commands/"
|
| -CORE_EXPORT bool isRenderedCharacter(const Position&);
|
| -
|
| // TODO(yosin) We should make |parentEditingBoundary()| as static function
|
| // in "VisibleUnits.cpp", since it is used only there.
|
| CORE_EXPORT Node* parentEditingBoundary(const Position&);
|
|
|