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

Unified Diff: ash/wm/common/background_animator.h

Issue 2018753003: Moves ash/wm/common back into ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove BUILD.gn again Created 4 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
« no previous file with comments | « ash/wm/common/ash_wm_common_export.h ('k') | ash/wm/common/container_finder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/background_animator.h
diff --git a/ash/wm/common/background_animator.h b/ash/wm/common/background_animator.h
index 8b038823db64df84a7165657110f5da73599b60f..53d2514464368a31a93f8d2b4773e1999ebe1d05 100644
--- a/ash/wm/common/background_animator.h
+++ b/ash/wm/common/background_animator.h
@@ -5,7 +5,7 @@
#ifndef ASH_WM_COMMON_BACKGROUND_ANIMATOR_H_
#define ASH_WM_COMMON_BACKGROUND_ANIMATOR_H_
-#include "ash/wm/common/ash_wm_common_export.h"
+#include "ash/ash_export.h"
#include "base/macros.h"
#include "ui/gfx/animation/animation_delegate.h"
#include "ui/gfx/animation/slide_animation.h"
@@ -19,7 +19,7 @@ enum BackgroundAnimatorChangeType {
};
// Delegate is notified any time the background changes.
-class ASH_WM_COMMON_EXPORT BackgroundAnimatorDelegate {
+class ASH_EXPORT BackgroundAnimatorDelegate {
public:
virtual void UpdateBackground(int alpha) = 0;
@@ -28,7 +28,7 @@ class ASH_WM_COMMON_EXPORT BackgroundAnimatorDelegate {
};
// BackgroundAnimator is used by the shelf to animate the background (alpha).
-class ASH_WM_COMMON_EXPORT BackgroundAnimator : public gfx::AnimationDelegate {
+class ASH_EXPORT BackgroundAnimator : public gfx::AnimationDelegate {
public:
BackgroundAnimator(BackgroundAnimatorDelegate* delegate,
int min_alpha,
« no previous file with comments | « ash/wm/common/ash_wm_common_export.h ('k') | ash/wm/common/container_finder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698