Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1149)

Unified Diff: content/browser/gpu/gpu_blacklist.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698