| 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 b48d7d05ec6b72d282430f9faae64a68ce6c4baa..4bc9fd18314f3d4fad8782bb99a01702bb5e6a1c 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -125,9 +125,6 @@ public:
|
| bool isContentEditable() const;
|
| bool hasEditableStyle() const;
|
| bool isContentRichlyEditable() const;
|
| - // Returns a shadow tree node for legacy shadow trees, a child of the
|
| - // ShadowRoot node for new shadow trees, or 0 for non-shadow trees.
|
| - Node* nonBoundaryShadowTreeRootNode() const;
|
|
|
| VisiblePositionTemplate<Strategy> visiblePositionRespectingEditingBoundary(const LayoutPoint& localPoint, Node* targetNode) const;
|
| PositionWithAffinityTemplate<Strategy> positionRespectingEditingBoundary(const LayoutPoint& localPoint, Node* targetNode) const;
|
|
|