Index: ash/touch/touch_transformer_controller.cc |
diff --git a/ash/touch/touch_transformer_controller.cc b/ash/touch/touch_transformer_controller.cc |
index 539f55d5c95a484448185ccd0430f182f489bce0..fbe6cf2abbe7ee6b707a7487af22d4dfd7a1bb79 100644 |
--- a/ash/touch/touch_transformer_controller.cc |
+++ b/ash/touch/touch_transformer_controller.cc |
@@ -25,7 +25,7 @@ DisplayManager* GetDisplayManager() { |
ui::TouchscreenDevice FindTouchscreenById(int id) { |
const std::vector<ui::TouchscreenDevice>& touchscreens = |
- ui::DeviceDataManager::GetInstance()->touchscreen_devices(); |
+ ui::DeviceDataManager::GetInstance()->GetTouchscreenDevices(); |
for (const auto& touchscreen : touchscreens) { |
if (touchscreen.id == id) |
return touchscreen; |