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

Unified Diff: ash/wm/maximize_mode/maximize_mode_controller.h

Issue 2895713002: [mus+ash] Removes WmWindow from ash/wm/mru_window_tracker and overview mode (Closed)
Patch Set: Address nits, unit_tests target compiles Created 3 years, 7 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/maximize_mode/maximize_mode_controller.h
diff --git a/ash/wm/maximize_mode/maximize_mode_controller.h b/ash/wm/maximize_mode/maximize_mode_controller.h
index 2c22b3087c5f71353dc3ac44fd1a929c32c0721a..7ce9549c2787fcc9b8336c7ef50f0fb94ff5f339 100644
--- a/ash/wm/maximize_mode/maximize_mode_controller.h
+++ b/ash/wm/maximize_mode/maximize_mode_controller.h
@@ -23,6 +23,10 @@
#include "mojo/public/cpp/bindings/interface_ptr_set.h"
#include "ui/gfx/geometry/vector3d_f.h"
+namespace aura {
+class Window;
+}
+
namespace base {
class TickClock;
}
@@ -37,7 +41,7 @@ class MaximizeModeControllerTest;
class ScopedDisableInternalMouseAndKeyboard;
class MaximizeModeWindowManager;
class MaximizeModeWindowManagerTest;
-class WmWindow;
+
namespace test {
class MultiUserWindowManagerChromeOSTest;
class VirtualKeyboardControllerTest;
@@ -84,7 +88,7 @@ class ASH_EXPORT MaximizeModeController
// only required for special windows which are handled by other window
// managers like the |MultiUserWindowManager|.
// If the maximize mode is not enabled no action will be performed.
- void AddWindow(WmWindow* window);
+ void AddWindow(aura::Window* window);
// Binds the mojom::TouchViewManager interface request to this object.
void BindRequest(mojom::TouchViewManagerRequest request);

Powered by Google App Engine
This is Rietveld 408576698