Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1367)

Unified Diff: ui/base/touch/touch_device_aurax11.cc

Issue 59903023: Plumb maxTouchPoints for AuraX11 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/events/x/touch_factory_x11.h » ('j') | ui/events/x/touch_factory_x11.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | ui/events/x/touch_factory_x11.h » ('j') | ui/events/x/touch_factory_x11.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698