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

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

Issue 742103002: Ozone keyboard layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lite-code
Patch Set: Created 6 years, 1 month 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
« ui/ozone/public/keyboard_layouts.h ('K') | « ui/ozone/public/keyboard_layouts.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« ui/ozone/public/keyboard_layouts.h ('K') | « ui/ozone/public/keyboard_layouts.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698