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

Unified Diff: ui/ozone/ozone_platform.h

Issue 100213003: Support for providing IMEContext with Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mv InputMethodContextFactoryOzone to ozone/ime Created 7 years 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/ozone_platform.h
diff --git a/ui/ozone/ozone_platform.h b/ui/ozone/ozone_platform.h
index 519d8b2f103249a7d79deaf3daa9da26e9c93470..a1b55d0e71f2c0e93decb473e9b0821d35a2caac 100644
--- a/ui/ozone/ozone_platform.h
+++ b/ui/ozone/ozone_platform.h
@@ -8,6 +8,7 @@
#include "base/memory/scoped_ptr.h"
#include "ui/events/ozone/event_factory_ozone.h"
#include "ui/gfx/ozone/surface_factory_ozone.h"
+#include "ui/ozone/ime/input_method_context_factory_ozone.h"
#include "ui/ozone/ozone_export.h"
namespace ui {
@@ -40,6 +41,8 @@ class OZONE_EXPORT OzonePlatform {
// inject these objects themselves. Ownership is retained by OzonePlatform.
virtual gfx::SurfaceFactoryOzone* GetSurfaceFactoryOzone() = 0;
virtual ui::EventFactoryOzone* GetEventFactoryOzone() = 0;
+ virtual ui::InputMethodContextFactoryOzone*
+ GetInputMethodContextFactoryOzone() = 0;
private:
static OzonePlatform* instance_;

Powered by Google App Engine
This is Rietveld 408576698