| 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 9c0e61b0d368705805cd52e2990d9876551f54c8..c48f70dca4a249262e4af71d8521ee703378d7c0 100644
|
| --- a/ui/aura_shell/root_window_event_filter.h
|
| +++ b/ui/aura_shell/root_window_event_filter.h
|
| @@ -31,6 +31,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 GetFilterCount() const;
|
|
|
| // Overridden from EventFilter:
|
| virtual bool PreHandleKeyEvent(aura::Window* target,
|
|
|