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

Unified Diff: Source/core/dom/Document.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: add tests Created 6 years, 2 months 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/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 1dc82d0421ca71ffdd68fc136f47d99e86112afe..c7f930ad670ae1fe783e0d0af4b41dbf74ca36ba 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -383,7 +383,7 @@ public:
bool isTransitionDocument() const { return m_isTransitionDocument; }
void setIsTransitionDocument() { m_isTransitionDocument = true; }
- void hideTransitionElements(const AtomicString& cssSelector);
+ void onTransitionElementOpacity(const AtomicString& cssSelector, const double opacity);
struct TransitionElementData {
String scope;

Powered by Google App Engine
This is Rietveld 408576698