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

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

Issue 2901903003: [ash] Cleanup of ScopedOverviewAnimationSettings (Closed)
Patch Set: [ash] Cleanup of ScopedOverviewAnimationSettings (nuked factory) 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_aura.h
diff --git a/ash/wm/overview/scoped_overview_animation_settings_aura.h b/ash/wm/overview/scoped_overview_animation_settings_aura.h
deleted file mode 100644
index 2203ff2647def0baaa26be54a048dec27e03a9a9..0000000000000000000000000000000000000000
--- a/ash/wm/overview/scoped_overview_animation_settings_aura.h
+++ /dev/null
@@ -1,42 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ASH_WM_OVERVIEW_SCOPED_OVERVIEW_ANIMATION_SETTINGS_AURA_H_
-#define ASH_WM_OVERVIEW_SCOPED_OVERVIEW_ANIMATION_SETTINGS_AURA_H_
-
-#include <memory>
-
-#include "ash/wm/overview/overview_animation_type.h"
-#include "ash/wm/overview/scoped_overview_animation_settings.h"
-#include "base/macros.h"
-
-namespace aura {
-class Window;
-} // namespace aura
-
-namespace ui {
-class ScopedLayerAnimationSettings;
-} // namespace ui
-
-namespace ash {
-
-// ScopedOverviewAnimationSettingsfor aura.
-class ScopedOverviewAnimationSettingsAura
- : public ScopedOverviewAnimationSettings {
- public:
- ScopedOverviewAnimationSettingsAura(OverviewAnimationType animation_type,
- aura::Window* window);
- ~ScopedOverviewAnimationSettingsAura() override;
- void AddObserver(ui::ImplicitAnimationObserver* observer) override;
-
- private:
- // The managed animation settings.
- std::unique_ptr<ui::ScopedLayerAnimationSettings> animation_settings_;
-
- DISALLOW_COPY_AND_ASSIGN(ScopedOverviewAnimationSettingsAura);
-};
-
-} // namespace ash
-
-#endif // ASH_WM_OVERVIEW_SCOPED_OVERVIEW_ANIMATION_SETTINGS_AURA_H_
« no previous file with comments | « ash/wm/overview/scoped_overview_animation_settings.cc ('k') | ash/wm/overview/scoped_overview_animation_settings_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698