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

Unified Diff: ui/aura/desktop.h

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 9 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
Index: ui/aura/desktop.h
diff --git a/ui/aura/desktop.h b/ui/aura/desktop.h
index 7e8d0dce07e607cca11e92876ffa240a1536af72..d777b0ca605cc748fc6ff2a50caeacaf04623cc4 100644
--- a/ui/aura/desktop.h
+++ b/ui/aura/desktop.h
@@ -26,6 +26,7 @@ class Size;
}
namespace ui {
+class InputMethod;
class LayerAnimationSequence;
class Transform;
}
@@ -142,6 +143,9 @@ class AURA_EXPORT Desktop : public ui::CompositorDelegate,
// Overridden from Window:
virtual void SetTransform(const ui::Transform& transform) OVERRIDE;
+ // Gets the input method for the desktop.
+ ui::InputMethod* GetInputMethod();
+
#if !defined(NDEBUG)
// Toggles the host's full screen state.
void ToggleFullScreen();

Powered by Google App Engine
This is Rietveld 408576698