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

Unified Diff: public/web/WebViewClient.h

Issue 319573008: Navigation transitions: Initiate navigation transition and send serialized markup to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@transitions_editing
Patch Set: Created 6 years, 6 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
« public/web/WebFrameClient.h ('K') | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index 6f041e7a1ec2e65955ea641c1aadcaf772d4f459..d005da40814c75545341fd2c1cf96c47b1c4bb93 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -318,6 +318,8 @@ public:
// Cancels any previously scheduled content intents that have not yet launched.
virtual void cancelScheduledContentIntents() { }
+ // Provides serialized markup of transition elements for use in the following navigation.
+ virtual void addNavigationTransitionData(const WebString& origin, const WebString& markup) { }
abarth-chromium 2014/06/13 17:18:31 |origin| should likely be a WebSecurityOrigin.
abarth-chromium 2014/06/13 17:18:31 Two blank lines between sections.
oystein (OOO til 10th of July) 2014/06/18 00:04:09 Done.
// Draggable regions ----------------------------------------------------
« public/web/WebFrameClient.h ('K') | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698