Index: content/shell/shell_android.cc |
diff --git a/content/shell/shell_android.cc b/content/shell/shell_android.cc |
index 66663e03d29793406da28cc5d60f58feb060a050..847b188beef73ea220767aa651975cfe90299b12 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(gfx::Size default_window_size) { |
CommandLine* command_line = CommandLine::ForCurrentProcess(); |
DCHECK(command_line->HasSwitch(switches::kForceCompositingMode)); |
DCHECK(command_line->HasSwitch(switches::kEnableThreadedCompositing)); |