| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index abf1f8dc4f6af49ff4ed24a146eee4ecab5c7beb..ad969a4c4a9c0f742d650e0c0179ce0c65228506 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -324,7 +324,11 @@ public:
|
| void setNetworkStateNotifierTestOnly(bool);
|
| // Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo.
|
| void setNetworkConnectionInfo(const String&, ExceptionState&);
|
| +
|
| + PassRefPtrWillBeRawPtr<ClientRect> boundsInRootViewSpace(Element*);
|
| String serializeNavigationMarkup();
|
| + Vector<String> getTransitionElementIds();
|
| + PassRefPtrWillBeRawPtr<ClientRectList> getTransitionElementRects();
|
| void hideAllTransitionElements();
|
|
|
| unsigned countHitRegions(CanvasRenderingContext2D*);
|
|
|