From a0695522cd9b30f87461513fa9e472afb5e4a304 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Mon, 10 Mar 2014 22:47:32 +0000 Subject: Provide access to the WindowEventDispatcher as a ui::EventProcessor. This avoids using WED from a number of places and moves us closer to a world where WED is more of an implementation detail of WTH. R=sky@chromium.org TBR=sky@chromium.org http://crbug.com/308843 Review URL: https://codereview.chromium.org/191153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256053 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/wm/test/wm_test_helper.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/wm') diff --git a/ui/wm/test/wm_test_helper.cc b/ui/wm/test/wm_test_helper.cc index a1d7c3c..bae2aca 100644 --- a/ui/wm/test/wm_test_helper.cc +++ b/ui/wm/test/wm_test_helper.cc @@ -8,6 +8,7 @@ #include "ui/aura/client/default_capture_client.h" #include "ui/aura/env.h" #include "ui/aura/test/test_focus_client.h" +#include "ui/aura/window.h" #include "ui/views/corewm/compound_event_filter.h" #include "ui/views/corewm/input_method_event_filter.h" -- cgit v1.1