| Index: views/widget/widget.h
|
| diff --git a/views/widget/widget.h b/views/widget/widget.h
|
| index 93ecf77741216b05a44b6e49e4df264be3f8601f..bb23f72908427f771fbf812ce15fc4e411e502ff 100644
|
| --- a/views/widget/widget.h
|
| +++ b/views/widget/widget.h
|
| @@ -33,6 +33,7 @@ using ui::ThemeProvider;
|
| namespace views {
|
|
|
| class DefaultThemeProvider;
|
| +class InputMethod;
|
| class NativeWidget;
|
| class RootView;
|
| class TooltipManager;
|
| @@ -219,6 +220,10 @@ class Widget : public internal::NativeWidgetDelegate,
|
| // TODO(beng): remove virtual.
|
| virtual FocusManager* GetFocusManager();
|
|
|
| + // Returns the InputMethod for this widget.
|
| + // Note that all widgets in a widget hierarchy share the same input method.
|
| + InputMethod* GetInputMethod();
|
| +
|
| // Returns true if the native view |native_view| is contained in the
|
| // views::View hierarchy rooted at this widget.
|
| // TODO(beng): const.
|
|
|