Chromium Code Reviews| Index: ui/base/touch/touch_device.cc |
| diff --git a/ui/base/touch/touch_device.cc b/ui/base/touch/touch_device.cc |
| index de7785cb40a5a8dd018fc3a67e83c95c11a8e56d..944ba17c1c54fdc43e8ca276d760fb46a8a7ee02 100644 |
| --- a/ui/base/touch/touch_device.cc |
| +++ b/ui/base/touch/touch_device.cc |
| @@ -12,4 +12,8 @@ bool IsTouchDevicePresent() { |
| return false; |
| } |
| +int MaxTouchPoints() { |
| + return 0; |
| +} |
| + |
| } // namespace ui |