| 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 d3b6df467dcf0903ece12a3f867a582d4bd3f2be..fd5cd4a2f751c0a0a15efea3eef52ada5746c090 100644
|
| --- a/ui/base/touch/touch_device_aurax11.cc
|
| +++ b/ui/base/touch/touch_device_aurax11.cc
|
| @@ -12,7 +12,7 @@ bool IsTouchDevicePresent() {
|
| }
|
|
|
| int MaxTouchPoints() {
|
| - return kMaxTouchPointsUnknown;
|
| + return ui::TouchFactory::GetInstance()->MaxTouchPoints();
|
| }
|
|
|
| } // namespace ui
|
|
|