| Index: ash/shell.h
|
| ===================================================================
|
| --- ash/shell.h (revision 160706)
|
| +++ ash/shell.h (working copy)
|
| @@ -83,7 +83,6 @@
|
| class AppListController;
|
| class CaptureController;
|
| class DragDropController;
|
| -class EventClientImpl;
|
| class EventRewriterEventFilter;
|
| class FocusCycler;
|
| class MagnificationController;
|
| @@ -176,8 +175,6 @@
|
|
|
| static aura::Window* GetContainer(aura::RootWindow* root_window,
|
| int container_id);
|
| - static const aura::Window* GetContainer(const aura::RootWindow* root_window,
|
| - int container_id);
|
|
|
| // Returns the list of containers that match |container_id| in
|
| // all root windows.
|
| @@ -460,7 +457,6 @@
|
| scoped_ptr<internal::MouseCursorEventFilter> mouse_cursor_filter_;
|
| scoped_ptr<internal::ScreenPositionController> screen_position_controller_;
|
| scoped_ptr<internal::SystemModalContainerEventFilter> modality_filter_;
|
| - scoped_ptr<internal::EventClientImpl> event_client_;
|
|
|
| // An event filter that rewrites or drops an event.
|
| scoped_ptr<internal::EventRewriterEventFilter> event_rewriter_filter_;
|
|
|