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

Unified Diff: public/web/WebFrameClient.h

Issue 654953002: Navigation transitions (web to native app): Get names and rects of transition elements (Step 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: re-add TypeChecking Created 6 years, 2 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
« Source/web/FrameLoaderClientImpl.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index 17e7770b70bf3fa18b29158ec3d24353233ff509..084862850b257575af0ff6c10147406b08d2a3c8 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -313,7 +313,10 @@ public:
// Transition navigations -----------------------------------------------
// Provides serialized markup of transition elements for use in the following navigation.
- virtual void addNavigationTransitionData(const WebString& allowedDestinationOrigin, const WebString& selector, const WebString& markup) { }
+ virtual void addNavigationTransitionData(
+ const WebString& allowedDestinationOrigin, const WebString& selector,
sof 2014/10/24 15:17:14 Ditto
Zhen Wang 2014/10/27 14:14:45 Will change to use struct in later CLs.
+ const WebString& markup, const WebVector<WebString>& names,
+ const WebVector<WebRect>& rects) { }
// Web Notifications ---------------------------------------------------
« Source/web/FrameLoaderClientImpl.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698