| Index: content/shell/shell_win.cc
|
| diff --git a/content/shell/shell_win.cc b/content/shell/shell_win.cc
|
| index 4ebdeaaf46393eab3b2d27dcdc5c5e1c197b6364..de90395868bb56adfa7273c9134e89f5190bc191 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(const gfx::Size& default_window_size) {
|
| _setmode(_fileno(stdout), _O_BINARY);
|
| _setmode(_fileno(stderr), _O_BINARY);
|
| INITCOMMONCONTROLSEX InitCtrlEx;
|
|
|