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

Unified Diff: Source/core/dom/TreeScopeStyleSheetCollection.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/dom/TreeScopeStyleSheetCollection.h
diff --git a/Source/core/dom/TreeScopeStyleSheetCollection.h b/Source/core/dom/TreeScopeStyleSheetCollection.h
index 4ad5ec62bce1ad14e9473ab5e6e15c9a54011f5d..3784ddd5e738b2471456814171d0b9328d485c2c 100644
--- a/Source/core/dom/TreeScopeStyleSheetCollection.h
+++ b/Source/core/dom/TreeScopeStyleSheetCollection.h
@@ -57,6 +57,7 @@ public:
void clearMediaQueryRuleSetStyleSheets();
void enableExitTransitionStylesheets();
+ void disableExitTransitionStylesheets();
Nate Chapin 2014/12/05 23:11:36 Would it be better to use the same function here a
Zhen Wang 2014/12/06 00:57:37 Done.
virtual void trace(Visitor*) override;

Powered by Google App Engine
This is Rietveld 408576698