Chromium Code Reviews| 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..998a1590637e3e5be05fcce77a38f28890f52cfa 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()->GetMaxTouchPoints(); |
| } |
| } // namespace ui |