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

Unified Diff: cc/animation/scroll_offset_animations.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/scroll_offset_animation_curve.h ('k') | cc/animation/scroll_offset_animations_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/scroll_offset_animations.h
diff --git a/cc/animation/scroll_offset_animations.h b/cc/animation/scroll_offset_animations.h
index 67bdb00f5aa8b7e421af87fe0ea15454f930c5a0..3d2e33b174eb2ab1385d57032e8f5d32756b8b01 100644
--- a/cc/animation/scroll_offset_animations.h
+++ b/cc/animation/scroll_offset_animations.h
@@ -15,7 +15,7 @@ namespace cc {
// A ScrollOffsetAnimationUpdate represents a change on the main thread
// that may impact an impl-only scroll offset animation.
// Note that this class only exists on the main thread.
-struct CC_EXPORT ScrollOffsetAnimationUpdate {
+struct CC_ANIMATION_EXPORT ScrollOffsetAnimationUpdate {
ScrollOffsetAnimationUpdate();
explicit ScrollOffsetAnimationUpdate(ElementId);
@@ -33,7 +33,7 @@ struct CC_EXPORT ScrollOffsetAnimationUpdate {
// ScrollOffsetAnimations contains a list of ScrollOffsetAnimationUpdates.
// PushPropertiesTo is called during commit time and the necessary update is
// made to the impl-only animation.
-class CC_EXPORT ScrollOffsetAnimations {
+class CC_ANIMATION_EXPORT ScrollOffsetAnimations {
public:
explicit ScrollOffsetAnimations(AnimationHost* animation_host);
~ScrollOffsetAnimations();
« no previous file with comments | « cc/animation/scroll_offset_animation_curve.h ('k') | cc/animation/scroll_offset_animations_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698