Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: Source/core/testing/Internals.h

Issue 653223002: Navigation transitions (web to native app): Revert exit transition (Blink side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698