summaryrefslogtreecommitdiffstats
path: root/ui/ozone/ozone_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ozone/ozone_platform.h')
-rw-r--r--ui/ozone/ozone_platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/ozone/ozone_platform.h b/ui/ozone/ozone_platform.h
index 5d6eea7..e6e2e0e 100644
--- a/ui/ozone/ozone_platform.h
+++ b/ui/ozone/ozone_platform.h
@@ -17,6 +17,7 @@ namespace ui {
class CursorFactoryOzone;
class EventFactoryOzone;
class NativeDisplayDelegate;
+class TouchscreenDeviceManager;
// Base class for Ozone platform implementations.
//
@@ -55,6 +56,8 @@ class OZONE_EXPORT OzonePlatform {
#if defined(OS_CHROMEOS)
virtual scoped_ptr<ui::NativeDisplayDelegate>
CreateNativeDisplayDelegate() = 0;
+ virtual scoped_ptr<ui::TouchscreenDeviceManager>
+ CreateTouchscreenDeviceManager() = 0;
#endif
private: