| Index: content/browser/renderer_host/render_view_host_delegate.h
|
| diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
|
| index 03394dac89533aaa958978993e17f790a7f37789..94c616644cc13beee3ddab8ffa04e82614501cda 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate.h
|
| @@ -251,6 +251,9 @@ class CONTENT_EXPORT RenderViewHostDelegate : public IPC::Channel::Listener {
|
| // The page is trying to close the RenderView's representation in the client.
|
| virtual void Close(RenderViewHost* render_view_host) {}
|
|
|
| + // The RenderViewHost has been swapped out.
|
| + virtual void SwappedOut(RenderViewHost* render_view_host) {}
|
| +
|
| // The page is trying to move the RenderView's representation in the client.
|
| virtual void RequestMove(const gfx::Rect& new_bounds) {}
|
|
|
|
|