Chromium Code Reviews| Index: ui/events/devices/touchscreen_device.cc |
| diff --git a/ui/events/devices/touchscreen_device.cc b/ui/events/devices/touchscreen_device.cc |
| index 4a2cf5bee8a495d33043f411a0d592ddef00dbf1..43fafe797e61e1eb51b74e2337575922427c96d6 100644 |
| --- a/ui/events/devices/touchscreen_device.cc |
| +++ b/ui/events/devices/touchscreen_device.cc |
| @@ -10,8 +10,7 @@ |
| namespace ui { |
| -TouchscreenDevice::TouchscreenDevice() : touch_points(0) { |
| -} |
| +TouchscreenDevice::TouchscreenDevice() : touch_points(0), is_stylus(false) {} |
|
James Cook
2017/05/04 14:10:01
nit: This class should probably have a virtual des
|
| TouchscreenDevice::TouchscreenDevice(int id, |
| InputDeviceType type, |