Index: cc/output/renderer_capabilities.h |
diff --git a/cc/output/renderer_capabilities.h b/cc/output/renderer_capabilities.h |
index f03d51cf0dc1c420f77f9421411c5dcf85596715..4b982811c70fd2e64d489b679d3d8e3c19b32a6a 100644 |
--- a/cc/output/renderer_capabilities.h |
+++ b/cc/output/renderer_capabilities.h |
@@ -5,13 +5,12 @@ |
#ifndef CC_OUTPUT_RENDERER_CAPABILITIES_H_ |
#define CC_OUTPUT_RENDERER_CAPABILITIES_H_ |
-#include "cc/base/cc_export.h" |
#include "cc/resources/resource_format.h" |
namespace cc { |
// Represents the set of capabilities that a particular Renderer has. |
-struct CC_EXPORT RendererCapabilities { |
+struct RendererCapabilities { |
RendererCapabilities(ResourceFormat best_texture_format, |
bool allow_partial_texture_updates, |
int max_texture_size, |