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

Unified Diff: cc/quad_culler.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/proxy.h ('k') | cc/quad_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() { }
« no previous file with comments | « cc/proxy.h ('k') | cc/quad_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698