Index: ash/wm/workspace/workspace_event_filter.h |
diff --git a/ash/wm/workspace/workspace_event_filter.h b/ash/wm/workspace/workspace_event_filter.h |
index a068c4e4b993d6ed0c3ecb713881b87ee7bb4991..e52d4ca5a418a78ddb3b251ee4f58ed21a4c3c74 100644 |
--- a/ash/wm/workspace/workspace_event_filter.h |
+++ b/ash/wm/workspace/workspace_event_filter.h |
@@ -7,6 +7,7 @@ |
#pragma once |
#include "ash/wm/toplevel_window_event_filter.h" |
+#include "ash/wm/workspace/multi_window_resize_controller.h" |
#include "ui/aura/window_observer.h" |
namespace aura { |
@@ -51,6 +52,8 @@ class WorkspaceEventFilter : public ToplevelWindowEventFilter, |
// Top-level window under the mouse cursor. |
aura::Window* hovered_window_; |
+ MultiWindowResizeController multi_window_resize_controller_; |
+ |
DISALLOW_COPY_AND_ASSIGN(WorkspaceEventFilter); |
}; |