| Index: ui/base/touch/touch_device_aurax11.cc
|
| diff --git a/ui/base/touch/touch_device_aurax11.cc b/ui/base/touch/touch_device_aurax11.cc
|
| index 04d435e40a61fd375e8223bded042ed18a783e61..082fad9fb22cee7d79c6d6e5e092d7a9fe1287a5 100644
|
| --- a/ui/base/touch/touch_device_aurax11.cc
|
| +++ b/ui/base/touch/touch_device_aurax11.cc
|
| @@ -11,4 +11,12 @@ bool IsTouchDevicePresent() {
|
| return ui::TouchFactory::GetInstance()->IsTouchDevicePresent();
|
| }
|
|
|
| +bool CanDetectMaxTouchPoints() {
|
| + return false;
|
| +}
|
| +
|
| +int MaxTouchPoints() {
|
| + return -1;
|
| +}
|
| +
|
| } // namespace ui
|
|
|