| Index: ui/base/ime/linux/fake_input_method_context.h
|
| diff --git a/ui/base/ime/linux/fake_input_method_context.h b/ui/base/ime/linux/fake_input_method_context.h
|
| index 769847e22b382b6640a932cb49f42551b4279a44..717a0192f77063e54298f894a0ba295084932f3b 100644
|
| --- a/ui/base/ime/linux/fake_input_method_context.h
|
| +++ b/ui/base/ime/linux/fake_input_method_context.h
|
| @@ -17,8 +17,9 @@ class FakeInputMethodContext : public LinuxInputMethodContext {
|
| // Overriden from ui::LinuxInputMethodContext
|
| bool DispatchKeyEvent(const ui::KeyEvent& key_event) override;
|
| void Reset() override;
|
| - void OnTextInputTypeChanged(ui::TextInputType text_input_type) override;
|
| - void OnCaretBoundsChanged(const gfx::Rect& caret_bounds) override;
|
| + void Focus() override;
|
| + void Blur() override;
|
| + void SetCursorLocation(const gfx::Rect& rect) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(FakeInputMethodContext);
|
|
|