| 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();
|
|
|