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

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

Issue 316053007: Navigation transitions: Added notifyTransitionsShown and setupTransitionsView to WebLocalFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes Created 6 years, 6 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
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/Document.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 9a7b8c56cacc0cce2a13b76fe7d20707ece7a9e2..289b8692110256bdff7b212c129f92e49e331cf2 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -426,6 +426,7 @@ public:
bool isTransitionDocument() const { return m_isTransitionDocument; }
void setIsTransitionDocument() { m_isTransitionDocument = true; }
+ void hideTransitionElements(unsigned elementsToHide);
abarth-chromium 2014/06/21 05:38:36 I don't understand what it means to represent a se
StyleResolver* styleResolver() const;
StyleResolver& ensureStyleResolver() const;
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/Document.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698