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

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: review fix 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 76a457c6f7aa9250e91b1b12129fcd5562990657..d895681cc447b14eb5ec5763803a49f9b6f078c6 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -386,6 +386,7 @@ public:
bool isTransitionDocument() const { return m_isTransitionDocument; }
void setIsTransitionDocument() { m_isTransitionDocument = true; }
void hideTransitionElements(const AtomicString& cssSelector);
+ void showTransitionElements(const AtomicString& cssSelector);
struct TransitionElement {
String id;

Powered by Google App Engine
This is Rietveld 408576698