Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: ui/aura_shell/root_window_event_filter.h

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows support Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698