Index: cc/quad_culler.h |
diff --git a/cc/quad_culler.h b/cc/quad_culler.h |
index 916ab13812a7245c424cc30c84db2f3cbc6aa43b..33cfc2fe1132b6a76ed8a066ef634e0dad03512c 100644 |
--- a/cc/quad_culler.h |
+++ b/cc/quad_culler.h |
@@ -5,6 +5,7 @@ |
#ifndef CCQuadCuller_h |
#define CCQuadCuller_h |
+#include "cc/cc_export.h" |
#include "cc/quad_sink.h" |
#include "cc/render_pass.h" |
@@ -14,7 +15,7 @@ class RenderSurfaceImpl; |
template<typename LayerType, typename SurfaceType> |
class OcclusionTrackerBase; |
-class QuadCuller : public QuadSink { |
+class CC_EXPORT QuadCuller : public QuadSink { |
public: |
QuadCuller(QuadList&, SharedQuadStateList&, LayerImpl*, const OcclusionTrackerBase<LayerImpl, RenderSurfaceImpl>*, bool showCullingWithDebugBorderQuads, bool forSurface); |
virtual ~QuadCuller() { } |