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

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: fix win?? 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') | cc/occlusion_tracker.cc » ('J')
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 25e4c58396ac879bff09ebbac0148c67ad6ac8ef..603ded11830972acf5ebe6449fee034c7cfdd011 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 {
@@ -22,7 +22,7 @@ class Animation;
class IntSize;
class KeyframeValueList;
-class LayerAnimationControllerClient {
+class CC_EXPORT LayerAnimationControllerClient {
public:
virtual ~LayerAnimationControllerClient() { }
@@ -33,7 +33,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') | cc/occlusion_tracker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698