 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| 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 ---------------------------------------------------- |