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

Unified Diff: ash/wm/overview/scoped_overview_animation_settings_factory.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/overview/scoped_overview_animation_settings_factory.h
diff --git a/ash/wm/overview/scoped_overview_animation_settings_factory.h b/ash/wm/overview/scoped_overview_animation_settings_factory.h
index cb23ce32d0d04672bf5b3d09b7d650cc151227cf..b22bde2b9ab26015e44c5e9bd8d23d72da7cfed5 100644
--- a/ash/wm/overview/scoped_overview_animation_settings_factory.h
+++ b/ash/wm/overview/scoped_overview_animation_settings_factory.h
@@ -9,10 +9,13 @@
#include "ash/wm/overview/overview_animation_type.h"
+namespace aura {
+class Window;
+}
+
namespace ash {
class ScopedOverviewAnimationSettings;
-class WmWindow;
// Factory for creating ScopedOverviewAnimationSettings.
class ScopedOverviewAnimationSettingsFactory {
@@ -21,7 +24,7 @@ class ScopedOverviewAnimationSettingsFactory {
virtual std::unique_ptr<ScopedOverviewAnimationSettings>
CreateOverviewAnimationSettings(OverviewAnimationType animation_type,
- WmWindow* window) = 0;
+ aura::Window* window) = 0;
protected:
ScopedOverviewAnimationSettingsFactory();

Powered by Google App Engine
This is Rietveld 408576698