summaryrefslogtreecommitdiffstats
path: root/ash/accelerators/accelerator_dispatcher.cc
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-14 18:57:48 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-14 18:57:48 +0000
commit13eb9871f3ff915f15fd577628019c30bbd37bef (patch)
treea814f8ab9719542014048de8c96809c5d275133d /ash/accelerators/accelerator_dispatcher.cc
parent216350e26eb07fb3e11c7a62f406e59f75d28188 (diff)
downloadchromium_src-13eb9871f3ff915f15fd577628019c30bbd37bef.zip
chromium_src-13eb9871f3ff915f15fd577628019c30bbd37bef.tar.gz
chromium_src-13eb9871f3ff915f15fd577628019c30bbd37bef.tar.bz2
aura: Remove aura::EventFilter.
Remove EventFilter. ui::EventHandler should now be used instead of EventFilters. An aura window can still have a single 'filter', which is a pre-target EventHandler owned by the Window. BUG=159632 Review URL: https://codereview.chromium.org/11312230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167711 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/accelerators/accelerator_dispatcher.cc')
-rw-r--r--ash/accelerators/accelerator_dispatcher.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/accelerators/accelerator_dispatcher.cc b/ash/accelerators/accelerator_dispatcher.cc
index d8b238f..ee56cef 100644
--- a/ash/accelerators/accelerator_dispatcher.cc
+++ b/ash/accelerators/accelerator_dispatcher.cc
@@ -17,7 +17,6 @@
#include "ash/shell.h"
#include "ash/wm/event_rewriter_event_filter.h"
#include "ui/aura/env.h"
-#include "ui/aura/event_filter.h"
#include "ui/aura/root_window.h"
#include "ui/base/accelerators/accelerator.h"
#include "ui/base/events/event.h"