| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index c209e3f37bef596ed972954d83bf981905bebd22..4acc164543f001072ca2c36c2dadff7f1aa4351a 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -127,6 +127,8 @@ public:
|
| void setEnableMockPagePopup(bool, ExceptionCode&);
|
| PassRefPtr<PagePopupController> pagePopupController();
|
|
|
| + PassRefPtr<ClientRect> unscaledViewportRect(ExceptionCode&);
|
| +
|
| PassRefPtr<ClientRect> absoluteCaretBounds(ExceptionCode&);
|
|
|
| PassRefPtr<ClientRect> boundingBox(Element*, ExceptionCode&);
|
|
|