| Index: ui/base/ime/mock_input_method.h
|
| diff --git a/ui/base/ime/mock_input_method.h b/ui/base/ime/mock_input_method.h
|
| index b88787c7c5a5004108871014a22d1fb4572864b8..65876d7c129e5b2a4ccf8cec55401079cfb9826d 100644
|
| --- a/ui/base/ime/mock_input_method.h
|
| +++ b/ui/base/ime/mock_input_method.h
|
| @@ -51,6 +51,8 @@ class UI_BASE_EXPORT MockInputMethod : NON_EXPORTED_BASE(public InputMethod) {
|
| bool CanComposeInline() const override;
|
| bool IsCandidatePopupOpen() const override;
|
| void ShowImeIfNeeded() override;
|
| + void SetSupportsOnScreenKeyboard(bool supports) override;
|
| + bool SupportsOnScreenKeyboard() const override;
|
| void AddObserver(InputMethodObserver* observer) override;
|
| void RemoveObserver(InputMethodObserver* observer) override;
|
|
|
|
|