| Index: ui/aura_shell/shell.h
|
| ===================================================================
|
| --- ui/aura_shell/shell.h (revision 110305)
|
| +++ ui/aura_shell/shell.h (working copy)
|
| @@ -17,6 +17,7 @@
|
| #include "ui/aura_shell/aura_shell_export.h"
|
|
|
| namespace aura {
|
| +class EventFilter;
|
| class Window;
|
| }
|
| namespace gfx {
|
| @@ -52,6 +53,10 @@
|
| aura::Window* GetContainer(int container_id);
|
| const aura::Window* GetContainer(int container_id) const;
|
|
|
| + // Adds or removes |filter| from the DesktopEventFilter.
|
| + void AddDesktopEventFilter(aura::EventFilter* filter);
|
| + void RemoveDesktopEventFilter(aura::EventFilter* filter);
|
| +
|
| // Toggles between overview mode and normal mode.
|
| void ToggleOverview();
|
|
|
|
|