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

Unified Diff: ash/wm/workspace/workspace_event_filter.h

Issue 9609016: Initial cut at multi-window resize code. There's still some TODOs, but (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 9 months 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: 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);
};

Powered by Google App Engine
This is Rietveld 408576698