| Index: ash/display/display_change_observer_chromeos.cc
|
| ===================================================================
|
| --- ash/display/display_change_observer_chromeos.cc (revision 271938)
|
| +++ ash/display/display_change_observer_chromeos.cc (working copy)
|
| @@ -152,6 +152,7 @@
|
| new_info.set_touch_support(state.touch_device_id == 0 ?
|
| gfx::Display::TOUCH_SUPPORT_UNAVAILABLE :
|
| gfx::Display::TOUCH_SUPPORT_AVAILABLE);
|
| + new_info.set_touch_device_id(state.touch_device_id);
|
| new_info.set_available_color_profiles(
|
| Shell::GetInstance()
|
| ->display_configurator()
|
|
|