Chromium Code Reviews| Index: ui/ozone/ozone_platform.cc |
| diff --git a/ui/ozone/ozone_platform.cc b/ui/ozone/ozone_platform.cc |
| index 358556497938d2e4f7b04106c446b755b8d5cae8..4ae9e9a8d17282b38785e868997f940bb51696fb 100644 |
| --- a/ui/ozone/ozone_platform.cc |
| +++ b/ui/ozone/ozone_platform.cc |
| @@ -5,6 +5,7 @@ |
| #include "base/command_line.h" |
| #include "base/debug/trace_event.h" |
| #include "base/logging.h" |
| +#include "ui/events/device_data_manager.h" |
| #include "ui/ozone/ozone_platform.h" |
| #include "ui/ozone/ozone_switches.h" |
| #include "ui/ozone/platform_object.h" |
| @@ -38,6 +39,7 @@ void OzonePlatform::InitializeForUI() { |
| return; |
| g_platform_initialized_ui = true; |
| instance_->InitializeUI(); |
| + DeviceDataManager::CreateInstance(); |
|
sadrul
2014/06/20 13:37:52
Add a comment here that this is deliberately being
dnicoara
2014/06/20 14:48:00
Done.
|
| } |
| // static |