Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: ui/ozone/platform/caca/ozone_platform_caca.cc

Issue 508303002: Move touchscreen device caching to DeviceDataManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/ozone/platform/caca/ozone_platform_caca.cc
diff --git a/ui/ozone/platform/caca/ozone_platform_caca.cc b/ui/ozone/platform/caca/ozone_platform_caca.cc
index 6746129b927262a0ef6c4aba497778c875fd0676..904776cfb86e50b79802dd17f1ebafe1de0dc516 100644
--- a/ui/ozone/platform/caca/ozone_platform_caca.cc
+++ b/ui/ozone/platform/caca/ozone_platform_caca.cc
@@ -12,7 +12,6 @@
#if defined(OS_CHROMEOS)
#include "ui/ozone/common/chromeos/native_display_delegate_ozone.h"
-#include "ui/ozone/common/chromeos/touchscreen_device_manager_ozone.h"
#endif
namespace ui {
@@ -52,11 +51,6 @@ class OzonePlatformCaca : public OzonePlatform {
OVERRIDE {
return scoped_ptr<NativeDisplayDelegate>(new NativeDisplayDelegateOzone());
}
- virtual scoped_ptr<TouchscreenDeviceManager>
- CreateTouchscreenDeviceManager() OVERRIDE {
- return scoped_ptr<TouchscreenDeviceManager>(
- new TouchscreenDeviceManagerOzone());
- }
#endif
virtual void InitializeUI() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698