| Index: ui/base/ime/dummy_input_method.cc
|
| diff --git a/ui/base/ime/dummy_input_method.cc b/ui/base/ime/dummy_input_method.cc
|
| index 700e793dd81f66e0fcf392ad9ebc4cdfe42c0528..b8e83e18690fb8d10094741855957ffbe8e1c87b 100644
|
| --- a/ui/base/ime/dummy_input_method.cc
|
| +++ b/ui/base/ime/dummy_input_method.cc
|
| @@ -86,6 +86,16 @@ bool DummyInputMethod::IsCandidatePopupOpen() const {
|
| void DummyInputMethod::ShowImeIfNeeded() {
|
| }
|
|
|
| +void DummyInputMethod::SetSupportsOnScreenKeyboard(bool supports) {
|
| +}
|
| +
|
| +bool DummyInputMethod::SupportsOnScreenKeyboard() const {
|
| + return false;
|
| +}
|
| +
|
| +void DummyInputMethod::OnKeyboardBoundsUnchanged() {
|
| +}
|
| +
|
| void DummyInputMethod::AddObserver(InputMethodObserver* observer) {
|
| }
|
|
|
|
|