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

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: review fix 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
« no previous file with comments | « Source/web/tests/WebFrameTest.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 1a2041a8491faa9360a1cb39e4066d7880565ade..7e18a2dc86ec8931ad16808d854b9594bc0212c1 100644
--- a/public/web/WebDocument.h
+++ b/public/web/WebDocument.h
@@ -119,7 +119,9 @@ public:
// Shorthand of frame()->maximumScrollOffset().
BLINK_EXPORT WebSize maximumScrollOffset() const;
BLINK_EXPORT void setIsTransitionDocument();
+ BLINK_EXPORT void setIsTransitionDocument(bool);
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);
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698