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

Unified Diff: public/web/WebDocument.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: add helper function 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
« Source/web/WebDocument.cpp ('K') | « Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDocument.h
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
index 89f55498ddb210ccf59d28fb1252468183ec245e..e3b20eeca2fe286b896a97b0707f0ff521accc50 100644
--- a/public/web/WebDocument.h
+++ b/public/web/WebDocument.h
@@ -121,6 +121,8 @@ public:
BLINK_EXPORT WebSize maximumScrollOffset() const;
BLINK_EXPORT void setIsTransitionDocument();
BLINK_EXPORT void beginExitTransition(const WebString& cssSelector);
+ BLINK_EXPORT void hideTransitionElements(const WebString& cssSelector);
+ BLINK_EXPORT void showTransitionElements(const WebString& cssSelector);
// Accessibility support. These methods should only be called on the
// top-level document, because one accessibility cache spans all of
« Source/web/WebDocument.cpp ('K') | « Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698