| Index: third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| index a35dcfb7c07ffc188db21ce6adcad5a540dc53d9..bcfcfede39cc818e0f2dba8b4b3d93db9bbb23ac 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -81,6 +81,8 @@ CORE_EXPORT Element* rootEditableElement(const Node&);
|
| Element* rootEditableElementOf(const Position&);
|
| Element* rootEditableElementOf(const PositionInFlatTree&);
|
| Element* rootEditableElementOf(const VisiblePosition&);
|
| +ContainerNode* rootEditableElementOrTreeScopeRootNodeOf(
|
| + const VisibleSelection&);
|
| // highestEditableRoot returns the highest editable node. If the
|
| // rootEditableElement of the speicified Position is <body>, this returns the
|
| // <body>. Otherwise, this searches ancestors for the highest editable node in
|
|
|