Index: public/web/WebDocument.h |
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h |
index 89f55498ddb210ccf59d28fb1252468183ec245e..e6907025e321d10e869eb79b801d8efc581bc6d4 100644 |
--- a/public/web/WebDocument.h |
+++ b/public/web/WebDocument.h |
@@ -121,6 +121,7 @@ public: |
BLINK_EXPORT WebSize maximumScrollOffset() const; |
BLINK_EXPORT void setIsTransitionDocument(); |
BLINK_EXPORT void beginExitTransition(const WebString& cssSelector); |
+ BLINK_EXPORT void updateTransitionElementOpacity(const WebString& cssSelector, double opacity); |
Nate Chapin
2014/11/11 19:35:58
Same question here. If we don't need the full rang
Zhen Wang
2014/11/11 22:15:49
ditto
|
// Accessibility support. These methods should only be called on the |
// top-level document, because one accessibility cache spans all of |