| Index: content/shell/shell.h
|
| diff --git a/content/shell/shell.h b/content/shell/shell.h
|
| index 748f9e6041ff1aa69c1574c5d5c1680cf033a5f7..82e2a6a233bd3956fcdd0d729be57c12473f70a5 100644
|
| --- a/content/shell/shell.h
|
| +++ b/content/shell/shell.h
|
| @@ -17,6 +17,7 @@
|
| #include "content/public/browser/web_contents_delegate.h"
|
| #include "ipc/ipc_channel.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| +#include "ui/gfx/size.h"
|
|
|
| #if defined(TOOLKIT_GTK)
|
| #include <gtk/gtk.h>
|
| @@ -68,7 +69,7 @@ class Shell : public WebContentsDelegate,
|
| const GURL& url,
|
| SiteInstance* site_instance,
|
| int routing_id,
|
| - WebContents* base_web_contents);
|
| + const gfx::Size& initial_size);
|
|
|
| // Returns the Shell object corresponding to the given RenderViewHost.
|
| static Shell* FromRenderViewHost(RenderViewHost* rvh);
|
|
|