Chromium Code Reviews| Index: ui/base/touch/touch_device.h |
| diff --git a/ui/base/touch/touch_device.h b/ui/base/touch/touch_device.h |
| index 8cc4b7d615ddc09ebef3f30ba2d8f5816aba42c9..47ac922d48c8b268751277fd1af0d073cc967cd4 100644 |
| --- a/ui/base/touch/touch_device.h |
| +++ b/ui/base/touch/touch_device.h |
| @@ -7,11 +7,15 @@ |
| #include "ui/base/ui_export.h" |
| +const int kMaxTouchPointsUnknown = -1; |
|
Rick Byers
2013/10/18 21:12:38
This is just temporary until we have each platform
|
| + |
| namespace ui { |
| // Returns true if a touch device is available. |
| UI_EXPORT bool IsTouchDevicePresent(); |
| +UI_EXPORT int MaxTouchPoints(); |
| + |
| } // namespace ui |
| #endif // UI_BASE_TOUCH_TOUCH_DEVICE_H_ |