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 |