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

Unified Diff: cc/layer_animation_controller.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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/layer.h ('k') | cc/layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_animation_controller.h
diff --git a/cc/layer_animation_controller.h b/cc/layer_animation_controller.h
index b3c08e8471571c954f6f4411a3fe9ff901fa9baf..285f00ac1db1029399ab6dbdfd768be2e753eb50 100644
--- a/cc/layer_animation_controller.h
+++ b/cc/layer_animation_controller.h
@@ -5,11 +5,11 @@
#ifndef CCLayerAnimationController_h
#define CCLayerAnimationController_h
-#include "cc/animation_events.h"
-
#include "base/basictypes.h"
#include "base/hash_tables.h"
#include "base/memory/scoped_ptr.h"
+#include "cc/animation_events.h"
+#include "cc/cc_export.h"
#include "cc/scoped_ptr_vector.h"
namespace WebKit {
@@ -21,7 +21,7 @@ namespace cc {
class Animation;
class KeyframeValueList;
-class LayerAnimationControllerClient {
+class CC_EXPORT LayerAnimationControllerClient {
public:
virtual ~LayerAnimationControllerClient() { }
@@ -32,7 +32,7 @@ public:
virtual const WebKit::WebTransformationMatrix& transform() const = 0;
};
-class LayerAnimationController {
+class CC_EXPORT LayerAnimationController {
public:
static scoped_ptr<LayerAnimationController> create(LayerAnimationControllerClient*);
« no previous file with comments | « cc/layer.h ('k') | cc/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698