| Index: content/shell/browser/shell_aura.cc
|
| diff --git a/content/shell/browser/shell_aura.cc b/content/shell/browser/shell_aura.cc
|
| index edc83efe36d24aab7a38c95e9c74694ce79d0176..47ad012987f4dd0ba19265502b1e4098e26b262a 100644
|
| --- a/content/shell/browser/shell_aura.cc
|
| +++ b/content/shell/browser/shell_aura.cc
|
| @@ -17,7 +17,7 @@ namespace content {
|
| void Shell::PlatformInitialize(const gfx::Size& default_window_size) {
|
| CHECK(!platform_);
|
| aura::TestScreen* screen = aura::TestScreen::Create(gfx::Size());
|
| - gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, screen);
|
| + gfx::Screen::SetScreenInstance(screen);
|
| platform_ = new ShellPlatformDataAura(default_window_size);
|
| }
|
|
|
|
|