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

Unified Diff: cc/animation/transform_operations.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/timing_function.h ('k') | cc/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/transform_operations.h
diff --git a/cc/animation/transform_operations.h b/cc/animation/transform_operations.h
index 2cf4b397a3fac3650493953f31db5fd52c006228..c4138c30b2e0df118ff74a2de53166dfd0dd01dd 100644
--- a/cc/animation/transform_operations.h
+++ b/cc/animation/transform_operations.h
@@ -10,8 +10,8 @@
#include "base/logging.h"
#include "base/macros.h"
+#include "cc/animation/animation_export.h"
#include "cc/animation/transform_operation.h"
-#include "cc/base/cc_export.h"
#include "ui/gfx/transform.h"
namespace gfx {
@@ -30,7 +30,7 @@ namespace cc {
// we have two dissimilar sets of transform operations, but the effect may not
// be what was intended. For more information, see the comments for the blend
// function below.
-class CC_EXPORT TransformOperations {
+class CC_ANIMATION_EXPORT TransformOperations {
public:
TransformOperations();
TransformOperations(const TransformOperations& other);
« no previous file with comments | « cc/animation/timing_function.h ('k') | cc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698