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

Unified Diff: ui/gfx/animation/tween.h

Issue 2750743003: Move ui/gfx/animation/ into its own component. (Closed)
Patch Set: none Created 3 years, 9 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: ui/gfx/animation/tween.h
diff --git a/ui/gfx/animation/tween.h b/ui/gfx/animation/tween.h
index 0b2a2d4023110ac232df5af23d05fb6bb3aad4e6..dbc506e03ac9044d8d09e54788d5f9e4796ecf0a 100644
--- a/ui/gfx/animation/tween.h
+++ b/ui/gfx/animation/tween.h
@@ -7,8 +7,8 @@
#include "base/macros.h"
#include "third_party/skia/include/core/SkColor.h"
+#include "ui/gfx/animation/animation_export.h"
#include "ui/gfx/geometry/rect.h"
-#include "ui/gfx/gfx_export.h"
#include "ui/gfx/transform.h"
namespace base {
@@ -17,7 +17,7 @@ class TimeTicks;
namespace gfx {
-class GFX_EXPORT Tween {
+class ANIMATION_EXPORT Tween {
public:
enum Type {
LINEAR, // Linear.

Powered by Google App Engine
This is Rietveld 408576698