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

Unified Diff: ash/wm/overview/scoped_overview_animation_settings_factory.h

Issue 2901903003: [ash] Cleanup of ScopedOverviewAnimationSettings (Closed)
Patch Set: [ash] Cleanup of ScopedOverviewAnimationSettings 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 b22bde2b9ab26015e44c5e9bd8d23d72da7cfed5..eace9f5f7fda277db3f5dafa6a48a6f52d37a6ac 100644
--- a/ash/wm/overview/scoped_overview_animation_settings_factory.h
+++ b/ash/wm/overview/scoped_overview_animation_settings_factory.h
@@ -22,14 +22,13 @@ class ScopedOverviewAnimationSettingsFactory {
public:
static ScopedOverviewAnimationSettingsFactory* Get();
- virtual std::unique_ptr<ScopedOverviewAnimationSettings>
- CreateOverviewAnimationSettings(OverviewAnimationType animation_type,
- aura::Window* window) = 0;
-
- protected:
ScopedOverviewAnimationSettingsFactory();
virtual ~ScopedOverviewAnimationSettingsFactory();
+ std::unique_ptr<ScopedOverviewAnimationSettings>
+ CreateOverviewAnimationSettings(OverviewAnimationType animation_type,
+ aura::Window* window);
+
private:
static ScopedOverviewAnimationSettingsFactory* instance_;
};

Powered by Google App Engine
This is Rietveld 408576698