| Index: ash/touch/touch_transformer_controller.cc
|
| diff --git a/ash/touch/touch_transformer_controller.cc b/ash/touch/touch_transformer_controller.cc
|
| index 8bea2bf5ea794911bfb26b7d28cab15716c56429..2fac6625d6c7486e2b24ef3456ce79079e23ffa7 100644
|
| --- a/ash/touch/touch_transformer_controller.cc
|
| +++ b/ash/touch/touch_transformer_controller.cc
|
| @@ -11,6 +11,7 @@
|
| #include "ash/shell.h"
|
| #include "ui/aura/window_tree_host.h"
|
| #include "ui/display/chromeos/display_configurator.h"
|
| +#include "ui/display/manager/display_layout.h"
|
| #include "ui/display/types/display_snapshot.h"
|
| #include "ui/events/devices/device_data_manager.h"
|
|
|
| @@ -174,7 +175,7 @@ void TouchTransformerController::UpdateTouchTransformer() const {
|
| single_display = display_manager->GetDisplayInfo(single_display_id);
|
| UpdateTouchRadius(single_display);
|
| } else {
|
| - DisplayIdList list = display_manager->GetCurrentDisplayIdList();
|
| + display::DisplayIdList list = display_manager->GetCurrentDisplayIdList();
|
| display1_id = list[0];
|
| display2_id = list[1];
|
| DCHECK(display1_id != gfx::Display::kInvalidDisplayID &&
|
|
|