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

Unified Diff: ui/ozone/ozone_platform.h

Issue 284323002: ozone: Remove InputMethodContextFactoryOzone and FakeInputMethodContextOzone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 months 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 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>
« no previous file with comments | « ui/ozone/ozone.gyp ('k') | ui/ozone/ozone_platform.cc » ('j') | ui/ozone/platform/dri/dri.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698