| Index: content/shell/shell_win.cc
|
| diff --git a/content/shell/shell_win.cc b/content/shell/shell_win.cc
|
| index 4ebdeaaf46393eab3b2d27dcdc5c5e1c197b6364..0b4adf8393c9b52e1b0057d7e407650397a24f73 100644
|
| --- a/content/shell/shell_win.cc
|
| +++ b/content/shell/shell_win.cc
|
| @@ -32,7 +32,7 @@ namespace content {
|
|
|
| HINSTANCE Shell::instance_handle_;
|
|
|
| -void Shell::PlatformInitialize() {
|
| +void Shell::PlatformInitialize(gfx::Size default_window_size) {
|
| _setmode(_fileno(stdout), _O_BINARY);
|
| _setmode(_fileno(stderr), _O_BINARY);
|
| INITCOMMONCONTROLSEX InitCtrlEx;
|
|
|