Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / display / chromeos / ozone / display_configurator_ozone.cc
index 451a6a8..858d21f 100644 (file)
@@ -4,9 +4,7 @@
 
 #include "ui/display/chromeos/display_configurator.h"
 
-#include "ui/display/chromeos/touchscreen_delegate_impl.h"
-#include "ui/display/types/chromeos/native_display_delegate.h"
-#include "ui/display/types/chromeos/touchscreen_device_manager.h"
+#include "ui/display/types/native_display_delegate.h"
 #include "ui/ozone/public/ozone_platform.h"
 
 namespace ui {
@@ -16,10 +14,4 @@ DisplayConfigurator::CreatePlatformNativeDisplayDelegate() {
   return ui::OzonePlatform::GetInstance()->CreateNativeDisplayDelegate();
 }
 
-scoped_ptr<DisplayConfigurator::TouchscreenDelegate>
-DisplayConfigurator::CreatePlatformTouchscreenDelegate() {
-  return scoped_ptr<TouchscreenDelegate>(new TouchscreenDelegateImpl(
-      ui::OzonePlatform::GetInstance()->CreateTouchscreenDeviceManager()));
-}
-
 }  // namespace ui