Chromium Code Reviews| Index: ui/base/touch/touch_device_ozone.cc |
| diff --git a/ui/base/touch/touch_device_ozone.cc b/ui/base/touch/touch_device_ozone.cc |
| index 7cb2ecbcef9c20551abecdc41f03c5b53fcba2ef..d97a70b37245f362bd25239b355054a839681524 100644 |
| --- a/ui/base/touch/touch_device_ozone.cc |
| +++ b/ui/base/touch/touch_device_ozone.cc |
| @@ -11,4 +11,8 @@ bool IsTouchDevicePresent() { |
| return true; |
| } |
| +int MaxTouchPoints() { |
| + return kMaxTouchPointsUnknown; |
| +} |
| + |
| } // namespace ui |