| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 8e74edc6c93e184b2cc732190729b78705b48157..6ae85fa789ba1d559c89dd6f3c34c8975d0c1389 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -326,6 +326,8 @@ public:
|
| PassRefPtrWillBeRawPtr<ClientRectList> getTransitionElementRects();
|
| void hideAllTransitionElements();
|
| void showAllTransitionElements();
|
| + void enableExitTransitionStylesheets();
|
| + void disableExitTransitionStylesheets();
|
|
|
| unsigned countHitRegions(CanvasRenderingContext2D*);
|
|
|
|
|