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

Unified Diff: cc/io_surface_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/io_surface_layer.h
diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h
index 9d728a010e9e86aff4392b928cef09efdfdb443c..0ebfafeea5d5c63bd8804a7afd22f1c91639df36 100644
--- a/cc/io_surface_layer.h
+++ b/cc/io_surface_layer.h
@@ -5,11 +5,12 @@
#ifndef IOSurfaceLayerChromium_h
#define IOSurfaceLayerChromium_h
+#include "cc/cc_export.h"
#include "cc/layer.h"
namespace cc {
-class IOSurfaceLayer : public Layer {
+class CC_EXPORT IOSurfaceLayer : public Layer {
public:
static scoped_refptr<IOSurfaceLayer> create();
« no previous file with comments | « cc/io_surface_draw_quad.h ('k') | cc/io_surface_layer_impl.h » ('j') | cc/occlusion_tracker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698