Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 86e05d622e81c21864a26aee22a6ffa9d77ed854..8771d249bdc9162600b0cc6c27b476c0265a8796 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -46,6 +46,7 @@ struct ContextMenuParams; |
struct GlobalRequestID; |
struct Referrer; |
struct ShowDesktopNotificationHostMsgParams; |
+struct TransitionLayerData; |
class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { |
public: |
@@ -123,7 +124,9 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { |
// Called on the current RenderFrameHost when the network response is first |
// receieved. |
- void OnDeferredAfterResponseStarted(const GlobalRequestID& global_request_id); |
+ void OnDeferredAfterResponseStarted( |
+ const GlobalRequestID& global_request_id, |
+ const TransitionLayerData& transition_layer_data); |
// Tells the renderer that this RenderFrame is being swapped out for one in a |
// different renderer process. It should run its unload handler, move to |