Index: ash/touch/touch_transformer_controller_unittest.cc |
diff --git a/ash/touch/touch_transformer_controller_unittest.cc b/ash/touch/touch_transformer_controller_unittest.cc |
index cbb293983e3ef473dad86a073cec03934d147442..3dbc8cade551d31543984109829ccd1201b849c4 100644 |
--- a/ash/touch/touch_transformer_controller_unittest.cc |
+++ b/ash/touch/touch_transformer_controller_unittest.cc |
@@ -32,10 +32,8 @@ DisplayInfo CreateDisplayInfo(int64 id, |
ui::TouchscreenDevice CreateTouchscreenDevice(unsigned int id, |
const gfx::Size& size) { |
- return ui::TouchscreenDevice(id, |
- ui::InputDeviceType::INPUT_DEVICE_EXTERNAL, |
- std::string(), |
- size); |
+ return ui::TouchscreenDevice(id, ui::InputDeviceType::INPUT_DEVICE_EXTERNAL, |
+ std::string(), size, 0); |
} |
} // namespace |