| 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_;
|
|
|