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

Unified Diff: content/common/gpu/gpu_feature_flags.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 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/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);

Powered by Google App Engine
This is Rietveld 408576698