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

Unified Diff: Source/core/dom/StyleEngine.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: review fix 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
« no previous file with comments | « Source/core/dom/Document.h ('k') | Source/core/dom/StyleEngine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/StyleEngine.h
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
index 2ac3a442097e769d5d739f7b0f81a990ee636056..dced16687ecd062760bcf441b8fb934127432543 100644
--- a/Source/core/dom/StyleEngine.h
+++ b/Source/core/dom/StyleEngine.h
@@ -87,7 +87,7 @@ public:
void removeStyleSheetCandidateNode(Node*);
void removeStyleSheetCandidateNode(Node*, TreeScope&);
void modifiedStyleSheetCandidateNode(Node*);
- void enableExitTransitionStylesheets();
+ void setExitTransitionStylesheetsEnabled(bool);
void invalidateInjectedStyleSheetCache();
void updateInjectedStyleSheetCache() const;
« no previous file with comments | « Source/core/dom/Document.h ('k') | Source/core/dom/StyleEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698