Index: ui/ozone/ozone_platform.h |
diff --git a/ui/ozone/ozone_platform.h b/ui/ozone/ozone_platform.h |
index 7a9a66742141002b11fb3829efc072d614decbe1..5d6eea7eae62531158ffde2b0fe45453cb2f48a6 100644 |
--- a/ui/ozone/ozone_platform.h |
+++ b/ui/ozone/ozone_platform.h |
@@ -16,7 +16,6 @@ namespace ui { |
class CursorFactoryOzone; |
class EventFactoryOzone; |
-class InputMethodContextFactoryOzone; |
class NativeDisplayDelegate; |
// Base class for Ozone platform implementations. |
@@ -52,8 +51,6 @@ 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; |
virtual ui::CursorFactoryOzone* GetCursorFactoryOzone() = 0; |
#if defined(OS_CHROMEOS) |
virtual scoped_ptr<ui::NativeDisplayDelegate> |