diff options
Diffstat (limited to 'content/common/gpu/gpu_feature_flags.h')
-rw-r--r-- | content/common/gpu/gpu_feature_flags.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/common/gpu/gpu_feature_flags.h b/content/common/gpu/gpu_feature_flags.h index 99c6576..47ec196 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); |