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

Unified Diff: cc/layer.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
Index: cc/layer.h
diff --git a/cc/layer.h b/cc/layer.h
index 38a32dd845ff9cbf02315518e9d18434ac1d8866..0d29c0c8046482629cbfbcbeae751dfd40db1ade 100644
--- a/cc/layer.h
+++ b/cc/layer.h
@@ -8,6 +8,7 @@
#include "FloatPoint.h"
#include "Region.h"
#include "base/memory/ref_counted.h"
+#include "cc/cc_export.h"
#include "cc/layer_animation_controller.h"
#include "cc/occlusion_tracker.h"
#include "cc/render_surface.h"
@@ -39,7 +40,7 @@ struct RenderingStats;
// Base class for composited layers. Special layer types are derived from
// this class.
-class Layer : public base::RefCounted<Layer>, public LayerAnimationControllerClient {
+class CC_EXPORT Layer : public base::RefCounted<Layer>, public LayerAnimationControllerClient {
public:
typedef std::vector<scoped_refptr<Layer> > LayerList;

Powered by Google App Engine
This is Rietveld 408576698