Index: ui/ozone/public/ozone_platform.h |
diff --git a/ui/ozone/public/ozone_platform.h b/ui/ozone/public/ozone_platform.h |
index c01800c021a4d94094bc047e0f872d6f32c6bd02..40fdc688d9e5a04f0917be4088b90b11639d865d 100644 |
--- a/ui/ozone/public/ozone_platform.h |
+++ b/ui/ozone/public/ozone_platform.h |
@@ -19,6 +19,7 @@ class NativeDisplayDelegate; |
class SurfaceFactoryOzone; |
class GpuPlatformSupport; |
class GpuPlatformSupportHost; |
+class KeyboardLayoutsOzone; |
class PlatformWindow; |
class PlatformWindowDelegate; |
@@ -57,6 +58,7 @@ class OZONE_EXPORT OzonePlatform { |
virtual ui::CursorFactoryOzone* GetCursorFactoryOzone() = 0; |
virtual ui::GpuPlatformSupport* GetGpuPlatformSupport() = 0; |
virtual ui::GpuPlatformSupportHost* GetGpuPlatformSupportHost() = 0; |
+ virtual ui::KeyboardLayoutsOzone* GetKeyboardLayouts() = 0; |
virtual scoped_ptr<PlatformWindow> CreatePlatformWindow( |
PlatformWindowDelegate* delegate, |
const gfx::Rect& bounds) = 0; |