| Index: ui/aura_shell/shell.h
|
| ===================================================================
|
| --- ui/aura_shell/shell.h (revision 113185)
|
| +++ ui/aura_shell/shell.h (working copy)
|
| @@ -35,6 +35,7 @@
|
| class AppList;
|
| class DragDropController;
|
| class ShadowController;
|
| +class ShelfLayoutController;
|
| class ShellAcceleratorFilter;
|
| class WorkspaceController;
|
| }
|
| @@ -111,6 +112,7 @@
|
|
|
| scoped_ptr<internal::DragDropController> drag_drop_controller_;
|
| scoped_ptr<internal::WorkspaceController> workspace_controller_;
|
| + scoped_ptr<internal::ShelfLayoutController> shelf_layout_controller_;
|
| scoped_ptr<internal::ShadowController> shadow_controller_;
|
|
|
| // An event filter that pre-handles global accelerators.
|
|
|