| Index: content/browser/gpu/gpu_blacklist.h
|
| diff --git a/content/browser/gpu/gpu_blacklist.h b/content/browser/gpu/gpu_blacklist.h
|
| index a7403080beecf35a1950dd66fce079d97fe6f331..7c5a049532be516f68d85c6faba5bfefe16759df 100644
|
| --- a/content/browser/gpu/gpu_blacklist.h
|
| +++ b/content/browser/gpu/gpu_blacklist.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/common/gpu/gpu_feature_flags.h"
|
|
|
| class Version;
|
| @@ -23,7 +24,7 @@ namespace base {
|
| class DictionaryValue;
|
| }
|
|
|
| -class GpuBlacklist {
|
| +class CONTENT_EXPORT GpuBlacklist {
|
| public:
|
| enum OsType {
|
| kOsLinux,
|
|
|