Index: content/shell/shell_android.cc |
diff --git a/content/shell/shell_android.cc b/content/shell/shell_android.cc |
index 66663e03d29793406da28cc5d60f58feb060a050..32d7fc0d56e8c58adbf0d23eca4e436a673d1d5f 100644 |
--- a/content/shell/shell_android.cc |
+++ b/content/shell/shell_android.cc |
@@ -20,7 +20,7 @@ using base::android::ConvertUTF8ToJavaString; |
namespace content { |
-void Shell::PlatformInitialize() { |
+void Shell::PlatformInitialize(const gfx::Size& default_window_size) { |
CommandLine* command_line = CommandLine::ForCurrentProcess(); |
DCHECK(command_line->HasSwitch(switches::kForceCompositingMode)); |
DCHECK(command_line->HasSwitch(switches::kEnableThreadedCompositing)); |