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

Unified Diff: cc/software_renderer.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/shared_quad_state.h ('k') | cc/solid_color_draw_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/software_renderer.h
diff --git a/cc/software_renderer.h b/cc/software_renderer.h
index 40aa32d070833a88e384cf17ab0a1488917a0893..9cd2e97b9e9b79c2faa42a1edfb568ed02c9bc44 100644
--- a/cc/software_renderer.h
+++ b/cc/software_renderer.h
@@ -6,6 +6,7 @@
#define CCRendererSoftware_h
#include "base/basictypes.h"
+#include "cc/cc_export.h"
#include "cc/direct_renderer.h"
namespace WebKit {
@@ -22,7 +23,7 @@ class TextureDrawQuad;
class TileDrawQuad;
class RenderPassDrawQuad;
-class SoftwareRenderer : public DirectRenderer {
+class CC_EXPORT SoftwareRenderer : public DirectRenderer {
public:
static scoped_ptr<SoftwareRenderer> create(RendererClient*, ResourceProvider*, WebKit::WebCompositorSoftwareOutputDevice*);
virtual ~SoftwareRenderer();
« no previous file with comments | « cc/shared_quad_state.h ('k') | cc/solid_color_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698