Index: content/common/gpu/gpu_feature_flags.h |
diff --git a/content/common/gpu/gpu_feature_flags.h b/content/common/gpu/gpu_feature_flags.h |
index 99c6576a6254e97153137ec5edcce02d7525c476..47ec1968412299bd40037f3ad4c2c41526001dd6 100644 |
--- a/content/common/gpu/gpu_feature_flags.h |
+++ b/content/common/gpu/gpu_feature_flags.h |
@@ -12,6 +12,7 @@ |
#include <string> |
#include "base/basictypes.h" |
+#include "content/common/content_export.h" |
class GpuFeatureFlags { |
public: |
@@ -33,7 +34,7 @@ class GpuFeatureFlags { |
// flags are OR combination of GpuFeatureType. |
void set_flags(uint32 flags); |
- uint32 flags() const; |
+ CONTENT_EXPORT uint32 flags() const; |
// Resets each flag by OR with the corresponding flag in "other". |
void Combine(const GpuFeatureFlags& other); |