| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index b1b209343b861692a75461a5364255cd4d6d5f3b..08341e49dd5d54ee1a453b8af2bb14cea848791d 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();
|
|
|