Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1046)

Unified Diff: content/shell/shell.h

Issue 11828028: [content shell] W3C SVG tests need to run in a smaller window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/android/shell_manager.cc ('k') | content/shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/shell/android/shell_manager.cc ('k') | content/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698