Index: ui/views/widget/native_widget_mac.h |
diff --git a/ui/views/widget/native_widget_mac.h b/ui/views/widget/native_widget_mac.h |
index 2fd3bbc93892db60e9720a93a266fb3dbf05c7c6..215508177b7fc3cb0c4fc375e425f52713deb1c6 100644 |
--- a/ui/views/widget/native_widget_mac.h |
+++ b/ui/views/widget/native_widget_mac.h |
@@ -57,9 +57,7 @@ class VIEWS_EXPORT NativeWidgetMac : public internal::NativeWidgetPrivate { |
void SetCapture() override; |
void ReleaseCapture() override; |
bool HasCapture() const override; |
- InputMethod* CreateInputMethod() override; |
- internal::InputMethodDelegate* GetInputMethodDelegate() override; |
- ui::InputMethod* GetHostInputMethod() override; |
+ ui::InputMethod* GetInputMethod() override; |
void CenterWindow(const gfx::Size& size) override; |
void GetWindowPlacement(gfx::Rect* bounds, |
ui::WindowShowState* show_state) const override; |