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

Unified Diff: Source/core/dom/Document.h

Issue 715653004: Navigation transitions (web to native app): Hide/Show transition elements (Blink side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 0ab8e673f6c778774b999e2cefa155f4d3780864..df9ce5893ee12019fc1c49547081d1f8bcac5dd0 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -384,7 +384,7 @@ public:
bool isTransitionDocument() const { return m_isTransitionDocument; }
void setIsTransitionDocument() { m_isTransitionDocument = true; }
- void hideTransitionElements(const AtomicString& cssSelector);
+ void updateTransitionElementOpacity(const AtomicString& cssSelector, const double opacity);
Nate Chapin 2014/11/11 19:35:58 Is there ever a case where the opacity would be so
Zhen Wang 2014/11/11 22:15:49 Change it to hide and show transition elements now
struct TransitionElementData {
String scope;

Powered by Google App Engine
This is Rietveld 408576698