| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 74835ae674b10f007c2b66d9f71512d04ea996f3..355732f37542073969a485c65ed32c5d8533ce01 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -324,7 +324,7 @@ public:
|
| // Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo.
|
| void setNetworkConnectionInfo(const String&, ExceptionState&);
|
|
|
| - PassRefPtrWillBeRawPtr<ClientRect> boundsInRootViewSpace(Element*);
|
| + PassRefPtrWillBeRawPtr<ClientRect> boundsInViewportSpace(Element*);
|
| String serializeNavigationMarkup();
|
| Vector<String> getTransitionElementIds();
|
| PassRefPtrWillBeRawPtr<ClientRectList> getTransitionElementRects();
|
|
|