Chromium Code Reviews| Index: Source/core/testing/Internals.h |
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
| index 04943041ea4368b7a3ac24e354eae80f8cb6c18a..7c88eef78293bbd0483bf59f6fc3eb1cba42e8ca 100644 |
| --- a/Source/core/testing/Internals.h |
| +++ b/Source/core/testing/Internals.h |
| @@ -293,6 +293,8 @@ public: |
| bool isSelectPopupVisible(Node*); |
| + PassRefPtr<ClientRect> selectionBounds(ExceptionCode&); |
| + |
| private: |
| explicit Internals(Document*); |
| Document* contextDocument() const; |