| 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,
|
| + const WebString& markup, const WebVector<WebString>& names,
|
| + const WebVector<WebRect>& rects) { }
|
|
|
|
|
| // Web Notifications ---------------------------------------------------
|
|
|