| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 763d565807da1d5a839d74be6dbaf0817f2f0d8c..72d0fefc301756e0777b50c6a2937aec2e0a4a01 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -320,6 +320,9 @@ public:
|
| void setNetworkConnectionInfo(const String&, ExceptionState&);
|
| String serializeNavigationMarkup();
|
| void hideAllTransitionElements();
|
| + void showAllTransitionElements();
|
| + void enableExitTransitionStylesheets();
|
| + void disableExitTransitionStylesheets();
|
|
|
| unsigned countHitRegions(CanvasRenderingContext2D*);
|
|
|
|
|