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

Unified Diff: cc/animation/scroll_offset_animation_curve.h

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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 | « cc/animation/keyframed_animation_curve.h ('k') | cc/animation/scroll_offset_animations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/scroll_offset_animation_curve.h
diff --git a/cc/animation/scroll_offset_animation_curve.h b/cc/animation/scroll_offset_animation_curve.h
index 175b4af476b3a233fb69f4e03794c11723618e6e..6572dc55f5b75b1aad589c7d87db9e13b38cdd3f 100644
--- a/cc/animation/scroll_offset_animation_curve.h
+++ b/cc/animation/scroll_offset_animation_curve.h
@@ -10,14 +10,14 @@
#include "base/macros.h"
#include "base/time/time.h"
#include "cc/animation/animation_curve.h"
-#include "cc/base/cc_export.h"
+#include "cc/animation/animation_export.h"
#include "ui/gfx/geometry/scroll_offset.h"
namespace cc {
class TimingFunction;
-class CC_EXPORT ScrollOffsetAnimationCurve : public AnimationCurve {
+class CC_ANIMATION_EXPORT ScrollOffsetAnimationCurve : public AnimationCurve {
public:
enum class DurationBehavior { DELTA_BASED, CONSTANT, INVERSE_DELTA };
static std::unique_ptr<ScrollOffsetAnimationCurve> Create(
« no previous file with comments | « cc/animation/keyframed_animation_curve.h ('k') | cc/animation/scroll_offset_animations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698