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

Unified Diff: ash/common/wm/overview/scoped_overview_animation_settings.h

Issue 2239233002: [ash-md] Fades overview header in and out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Fades overview header in and out (fixed a new test assertion) Created 4 years, 3 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/common/wm/overview/scoped_overview_animation_settings.h
diff --git a/ash/common/wm/overview/scoped_overview_animation_settings.h b/ash/common/wm/overview/scoped_overview_animation_settings.h
index 78d184d4f1295b81bdd5455866cb0e92b345ea8e..a5176ede7f7ece2ca4f0eacf03385752f7f374ab 100644
--- a/ash/common/wm/overview/scoped_overview_animation_settings.h
+++ b/ash/common/wm/overview/scoped_overview_animation_settings.h
@@ -5,6 +5,10 @@
#ifndef ASH_COMMON_WM_OVERVIEW_SCOPED_OVERVIEW_ANIMATION_SETTINGS_H_
#define ASH_COMMON_WM_OVERVIEW_SCOPED_OVERVIEW_ANIMATION_SETTINGS_H_
+namespace ui {
+class ImplicitAnimationObserver;
+} // namespace ui
+
namespace ash {
// ScopedOverviewAnimationSettings correctly configures the animation
@@ -12,6 +16,7 @@ namespace ash {
class ScopedOverviewAnimationSettings {
public:
virtual ~ScopedOverviewAnimationSettings() {}
+ virtual void AddObserver(ui::ImplicitAnimationObserver* observer) = 0;
};
} // namespace ash
« no previous file with comments | « ash/common/wm/overview/overview_animation_type.h ('k') | ash/common/wm/overview/scoped_transform_overview_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698