Chromium Code Reviews

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, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/web/WebDocument.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 412cc3af9934731bd65ad6b62bd5ecbe04d44e67..31aecbe146e1170a9c3267623eabc8203c44c863 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -388,6 +388,7 @@ public:
bool isTransitionDocument() const { return m_isTransitionDocument; }
void setIsTransitionDocument() { m_isTransitionDocument = true; }
+ void hideTransitionElements(const AtomicString& cssSelector);
struct TransitionElementData {
String scope;
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/web/WebDocument.cpp » ('J')

Powered by Google App Engine