| Index: content/browser/renderer_host/input/touch_emulator_unittest.cc
|
| diff --git a/content/browser/renderer_host/input/touch_emulator_unittest.cc b/content/browser/renderer_host/input/touch_emulator_unittest.cc
|
| index 9bd4ab0e51466c94cb48902358a03fca152534ba..8fdfd54cce29809b2c8b1d557c2134dab84139ea 100644
|
| --- a/content/browser/renderer_host/input/touch_emulator_unittest.cc
|
| +++ b/content/browser/renderer_host/input/touch_emulator_unittest.cc
|
| @@ -48,7 +48,7 @@ class TouchEmulatorTest : public testing::Test,
|
| virtual void SetUp() OVERRIDE {
|
| #if defined(USE_AURA)
|
| aura::Env::CreateInstance(true);
|
| - screen_.reset(aura::TestScreen::Create());
|
| + screen_.reset(aura::TestScreen::Create(gfx::Size()));
|
| gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, screen_.get());
|
| #endif
|
|
|
|
|