summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_feature_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/gpu_feature_flags.h')
-rw-r--r--content/common/gpu/gpu_feature_flags.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/gpu/gpu_feature_flags.h b/content/common/gpu/gpu_feature_flags.h
index 47ec196..b48ec97 100644
--- a/content/common/gpu/gpu_feature_flags.h
+++ b/content/common/gpu/gpu_feature_flags.h
@@ -14,7 +14,7 @@
#include "base/basictypes.h"
#include "content/common/content_export.h"
-class GpuFeatureFlags {
+class CONTENT_EXPORT GpuFeatureFlags {
public:
enum GpuFeatureType {
kGpuFeatureAccelerated2dCanvas = 1 << 0,
@@ -34,7 +34,7 @@ class GpuFeatureFlags {
// flags are OR combination of GpuFeatureType.
void set_flags(uint32 flags);
- CONTENT_EXPORT uint32 flags() const;
+ uint32 flags() const;
// Resets each flag by OR with the corresponding flag in "other".
void Combine(const GpuFeatureFlags& other);