Chromium Code Reviews| Index: Source/core/testing/Internals.h |
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
| index 07550247be5bab706177ff14139cb71545fd44cc..0b7fba3894e45bba69ae0b082dcbf5ebb1fcd968 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; |