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

Unified Diff: public/web/WebDocument.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 fix Created 6 years, 5 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 | « Source/web/tests/data/transition_exit.html ('k') | public/web/WebLocalFrame.h » ('j') | 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 1123eb901025ce1c97df854306d1cbddcb6d3238..f995936fded18a106f530048e649352de83c7f70 100644
--- a/public/web/WebDocument.h
+++ b/public/web/WebDocument.h
@@ -114,6 +114,8 @@ public:
BLINK_EXPORT WebDOMEvent createEvent(const WebString& eventType);
BLINK_EXPORT WebReferrerPolicy referrerPolicy() const;
BLINK_EXPORT WebElement createElement(const WebString& tagName);
+ BLINK_EXPORT void setIsTransitionDocument();
+ BLINK_EXPORT void beginExitTransition(const WebString& cssSelector);
// Accessibility support. These methods should only be called on the
// top-level document, because one accessibility cache spans all of
« no previous file with comments | « Source/web/tests/data/transition_exit.html ('k') | public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698