| Index: Source/core/editing/DOMSelection.h
|
| diff --git a/Source/core/editing/DOMSelection.h b/Source/core/editing/DOMSelection.h
|
| index 0a02168ae30cd71c1a9ecf2dd44956c1a5feda14..7912bc8b00edbfd6da339beb06ef81ab8e7b9783 100644
|
| --- a/Source/core/editing/DOMSelection.h
|
| +++ b/Source/core/editing/DOMSelection.h
|
| @@ -103,7 +103,9 @@ private:
|
|
|
| // Convenience method for accessors, does not check m_frame present.
|
| const VisibleSelection& visibleSelection() const;
|
| + bool isInShadowTree() const;
|
|
|
| + Position shadowAdjustedPosition(const Position&) const;
|
| Node* shadowAdjustedNode(const Position&) const;
|
| int shadowAdjustedOffset(const Position&) const;
|
|
|
|
|