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

Unified Diff: public/web/WebDocument.h

Issue 715653004: Navigation transitions (web to native app): Hide/Show transition elements (Blink side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« Source/core/dom/Document.h ('K') | « Source/web/WebDocument.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 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
« Source/core/dom/Document.h ('K') | « Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698