Commit 514b20cf authored by Hikaru Nishida's avatar Hikaru Nishida Committed by Commit Bot

Remove declaration of RootEditableElementOf(const VisiblePosition&)

This patch removes declaration of RootEditableElementOf
which is not used at all and has no definition to improve readability.

TEST: No change in behavior.

Change-Id: I0dd1fce23a2cad0939e205bc67ef61ea2540f104
Reviewed-on: https://chromium-review.googlesource.com/920567Reviewed-by: default avatarYoichi Osato <yoichio@chromium.org>
Reviewed-by: default avatarYoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#536974}
parent 9b832114
...@@ -81,7 +81,6 @@ CORE_EXPORT bool IsRootEditableElement(const Node&); ...@@ -81,7 +81,6 @@ CORE_EXPORT bool IsRootEditableElement(const Node&);
CORE_EXPORT Element* RootEditableElement(const Node&); CORE_EXPORT Element* RootEditableElement(const Node&);
Element* RootEditableElementOf(const Position&); Element* RootEditableElementOf(const Position&);
Element* RootEditableElementOf(const PositionInFlatTree&); Element* RootEditableElementOf(const PositionInFlatTree&);
Element* RootEditableElementOf(const VisiblePosition&);
ContainerNode* RootEditableElementOrTreeScopeRootNodeOf(const Position&); ContainerNode* RootEditableElementOrTreeScopeRootNodeOf(const Position&);
// highestEditableRoot returns the highest editable node. If the // highestEditableRoot returns the highest editable node. If the
// rootEditableElement of the speicified Position is <body>, this returns the // rootEditableElement of the speicified Position is <body>, this returns the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment