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

Unified Diff: ui/ozone/public/ozone_platform.h

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/public/ozone_platform.h
diff --git a/ui/ozone/public/ozone_platform.h b/ui/ozone/public/ozone_platform.h
index a2837749b8bcf615bb4f855ec34122f9fd68e62d..705a904285382c677cac01d5ae01bff3708037a0 100644
--- a/ui/ozone/public/ozone_platform.h
+++ b/ui/ozone/public/ozone_platform.h
@@ -17,7 +17,6 @@ namespace ui {
class CursorFactoryOzone;
class NativeDisplayDelegate;
class SurfaceFactoryOzone;
-class TouchscreenDeviceManager;
class GpuPlatformSupport;
class GpuPlatformSupportHost;
class PlatformWindow;
@@ -64,8 +63,6 @@ class OZONE_EXPORT OzonePlatform {
#if defined(OS_CHROMEOS)
virtual scoped_ptr<ui::NativeDisplayDelegate>
CreateNativeDisplayDelegate() = 0;
- virtual scoped_ptr<ui::TouchscreenDeviceManager>
- CreateTouchscreenDeviceManager() = 0;
#endif
private:

Powered by Google App Engine
This is Rietveld 408576698