Index: ui/aura/desktop.h |
diff --git a/ui/aura/desktop.h b/ui/aura/desktop.h |
index df12a6cd4f21008e2c2c97eac5f88adb0fdad228..8295ef157e96565a561028e8192e57ac1d2cb2f3 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; |
} |
@@ -145,6 +146,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(); |