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

Unified Diff: ash/wm/overview/scoped_overview_animation_settings_factory_aura.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_aura.h
diff --git a/ash/wm/overview/scoped_overview_animation_settings_factory_aura.h b/ash/wm/overview/scoped_overview_animation_settings_factory_aura.h
index 41ce23c41107ae7ab3d7a79516292fc689a444be..f0d3dfeaca9de9bc8749fb5cab3228d163321505 100644
--- a/ash/wm/overview/scoped_overview_animation_settings_factory_aura.h
+++ b/ash/wm/overview/scoped_overview_animation_settings_factory_aura.h
@@ -22,7 +22,7 @@ class ScopedOverviewAnimationSettingsFactoryAura
// ScopedOverviewAnimationSettingsFactoryAura:
std::unique_ptr<ScopedOverviewAnimationSettings>
CreateOverviewAnimationSettings(OverviewAnimationType animation_type,
- WmWindow* window) override;
+ aura::Window* window) override;
private:
DISALLOW_COPY_AND_ASSIGN(ScopedOverviewAnimationSettingsFactoryAura);

Powered by Google App Engine
This is Rietveld 408576698