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

Unified Diff: content/shell/shell_android.cc

Issue 11614037: Call ShowRootWindow on NativeWindow's RootWindow to display the window. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Reworked patch. 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
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));

Powered by Google App Engine
This is Rietveld 408576698