| Index: ui/base/ime/linux/fake_input_method_context.cc
|
| diff --git a/ui/base/ime/linux/fake_input_method_context.cc b/ui/base/ime/linux/fake_input_method_context.cc
|
| index fd0d8e2c06dac063ec479b27801efae3805f499d..5053aa1cbc4c778782abae580dc3f8fc2ae4da6f 100644
|
| --- a/ui/base/ime/linux/fake_input_method_context.cc
|
| +++ b/ui/base/ime/linux/fake_input_method_context.cc
|
| @@ -18,12 +18,13 @@ bool FakeInputMethodContext::DispatchKeyEvent(
|
| void FakeInputMethodContext::Reset() {
|
| }
|
|
|
| -void FakeInputMethodContext::OnTextInputTypeChanged(
|
| - ui::TextInputType /* text_input_type */) {
|
| +void FakeInputMethodContext::Focus() {
|
| }
|
|
|
| -void FakeInputMethodContext::OnCaretBoundsChanged(
|
| - const gfx::Rect& /* caret_bounds */) {
|
| +void FakeInputMethodContext::Blur() {
|
| +}
|
| +
|
| +void FakeInputMethodContext::SetCursorLocation(const gfx::Rect& rect) {
|
| }
|
|
|
| } // namespace ui
|
|
|