Chromium Code Reviews| Index: ui/aura_shell/root_window_event_filter.h |
| diff --git a/ui/aura_shell/root_window_event_filter.h b/ui/aura_shell/root_window_event_filter.h |
| index 8392aa461397512b7d1630fcef2e1cf435385feb..91853529a7d3497f392166963373284be3dc8437 100644 |
| --- a/ui/aura_shell/root_window_event_filter.h |
| +++ b/ui/aura_shell/root_window_event_filter.h |
| @@ -30,6 +30,7 @@ class AURA_SHELL_EXPORT RootWindowEventFilter : public aura::EventFilter { |
| // Adds/removes additional event filters. |
| void AddFilter(aura::EventFilter* filter); |
| void RemoveFilter(aura::EventFilter* filter); |
| + size_t GetNumFilters() const; |
|
Ben Goodger (Google)
2011/12/20 21:02:02
GetFilterCount()
Yusuke Sato
2011/12/21 16:57:27
Done.
|
| // Overridden from EventFilter: |
| virtual bool PreHandleKeyEvent(aura::Window* target, |