| Index: content/browser/frame_host/render_frame_host_delegate.h
|
| diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
|
| index a49e22cb23a086b44caac5210f73774164f438ab..8f6188a1d168399b3d3e60b944e9c3313cec0dc4 100644
|
| --- a/content/browser/frame_host/render_frame_host_delegate.h
|
| +++ b/content/browser/frame_host/render_frame_host_delegate.h
|
| @@ -20,6 +20,7 @@ namespace content {
|
| class RenderFrameHost;
|
| class WebContents;
|
| struct ContextMenuParams;
|
| +struct TransitionLayerData;
|
|
|
| // An interface implemented by an object interested in knowing about the state
|
| // of the RenderFrameHost.
|
| @@ -57,7 +58,8 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
|
|
|
| // Notification that the navigation on the main frame is blocked waiting
|
| // for transition to occur.
|
| - virtual void DidDeferAfterResponseStarted() {}
|
| + virtual void DidDeferAfterResponseStarted(
|
| + const TransitionLayerData& transition_layer_data) {}
|
|
|
| // Used to query whether the navigation transition will be handled.
|
| virtual bool WillHandleDeferAfterResponseStarted();
|
|
|