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

Unified Diff: ash/wm/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: move to ash/ime/ 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
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/root_window_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/root_window_event_filter.h
diff --git a/ash/wm/root_window_event_filter.h b/ash/wm/root_window_event_filter.h
index d2d3b6c3f29659d109432e08c0f83aa06f639e32..56b2d85110f3e047fe422dc6d8c849b76ac6adb3 100644
--- a/ash/wm/root_window_event_filter.h
+++ b/ash/wm/root_window_event_filter.h
@@ -31,6 +31,7 @@ class ASH_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,
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/root_window_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698