| Index: ash/shell.h
|
| ===================================================================
|
| --- ash/shell.h (revision 127786)
|
| +++ ash/shell.h (working copy)
|
| @@ -59,6 +59,7 @@
|
| class AcceleratorFilter;
|
| class AppList;
|
| class DragDropController;
|
| +class EventClientImpl;
|
| class FocusCycler;
|
| class InputMethodEventFilter;
|
| class PartialScreenshotEventFilter;
|
| @@ -275,6 +276,7 @@
|
| scoped_ptr<VideoDetector> video_detector_;
|
| scoped_ptr<WindowCycleController> window_cycle_controller_;
|
| scoped_ptr<internal::FocusCycler> focus_cycler_;
|
| + scoped_ptr<internal::EventClientImpl> event_client_;
|
|
|
| // An event filter that pre-handles all key events to send them to an IME.
|
| scoped_ptr<internal::InputMethodEventFilter> input_method_filter_;
|
|
|