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

Unified Diff: public/web/WebDocument.h

Issue 653223002: Navigation transitions (web to native app): Revert exit transition (Blink side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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: public/web/WebDocument.h
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
index b74f3335537c611fa7bdd6699acd8d191e6115d7..fb0d06bc2bbf784353015dd4ad04c7d6d1d40470 100644
--- a/public/web/WebDocument.h
+++ b/public/web/WebDocument.h
@@ -120,8 +120,10 @@ public:
// Shorthand of frame()->maximumScrollOffset().
BLINK_EXPORT WebSize maximumScrollOffset() const;
BLINK_EXPORT void setIsTransitionDocument();
+ BLINK_EXPORT void resetIsTransitionDocument();
BLINK_EXPORT void beginExitTransition(const WebString& cssSelector);
BLINK_EXPORT void beginExitTransition(const WebString& cssSelector, bool exitToNativeApp);
+ BLINK_EXPORT void revertExitTransition();
BLINK_EXPORT void hideTransitionElements(const WebString& cssSelector);
BLINK_EXPORT void showTransitionElements(const WebString& cssSelector);
« Source/core/dom/TreeScopeStyleSheetCollection.h ('K') | « Source/web/tests/WebDocumentTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698