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 |