| Index: ui/wm/core/input_method_event_filter.h
|
| diff --git a/ui/wm/core/input_method_event_filter.h b/ui/wm/core/input_method_event_filter.h
|
| index c4033d12688f8575b7236f566a153834c51d5dc7..4cc8d0a91dee0f3741630d5cfd8f056f06ffec99 100644
|
| --- a/ui/wm/core/input_method_event_filter.h
|
| +++ b/ui/wm/core/input_method_event_filter.h
|
| @@ -33,6 +33,8 @@ class WM_EXPORT InputMethodEventFilter
|
|
|
| ui::InputMethod* input_method() const { return input_method_.get(); }
|
|
|
| + void UpdateTargetDispatcher(ui::EventProcessor* dispatcher);
|
| +
|
| private:
|
| // Overridden from ui::EventHandler:
|
| virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE;
|
|
|