| Index: ui/display/chromeos/x11/display_configurator_x11.cc
|
| diff --git a/ui/display/chromeos/x11/display_configurator_x11.cc b/ui/display/chromeos/x11/display_configurator_x11.cc
|
| index 6e6b59fa41c362410733a4779109640e8188c2c2..4d430673efc3a0812188de04b68b27789a3c53d2 100644
|
| --- a/ui/display/chromeos/x11/display_configurator_x11.cc
|
| +++ b/ui/display/chromeos/x11/display_configurator_x11.cc
|
| @@ -4,18 +4,13 @@
|
|
|
| #include "ui/display/chromeos/display_configurator.h"
|
|
|
| -#include "ui/display/chromeos/touchscreen_delegate_impl.h"
|
| #include "ui/display/chromeos/x11/native_display_delegate_x11.h"
|
| -#include "ui/display/chromeos/x11/touchscreen_device_manager_x11.h"
|
|
|
| namespace ui {
|
|
|
| void DisplayConfigurator::PlatformInitialize() {
|
| InitializeDelegates(
|
| - scoped_ptr<NativeDisplayDelegate>(new NativeDisplayDelegateX11()),
|
| - scoped_ptr<TouchscreenDelegate>(new TouchscreenDelegateImpl(
|
| - scoped_ptr<TouchscreenDeviceManager>(
|
| - new TouchscreenDeviceManagerX11()))));
|
| + scoped_ptr<NativeDisplayDelegate>(new NativeDisplayDelegateX11()));
|
| }
|
|
|
| } // namespace ui
|
|
|