Index: gpu/config/gpu_driver_bug_workaround_type.h |
diff --git a/gpu/config/gpu_driver_bug_workaround_type.h b/gpu/config/gpu_driver_bug_workaround_type.h |
index 47f193ddb6cc090fa74be66f98d0f50b5718a7d9..5c0127d40ac1f8e20f2e5f63c99a8f53357058ea 100644 |
--- a/gpu/config/gpu_driver_bug_workaround_type.h |
+++ b/gpu/config/gpu_driver_bug_workaround_type.h |
@@ -132,7 +132,7 @@ |
namespace gpu { |
// Provides all types of GPU driver bug workarounds. |
-enum GPU_EXPORT GpuDriverBugWorkaroundType { |
+enum GpuDriverBugWorkaroundType { |
#define GPU_OP(type, name) type, |
GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP) |
#undef GPU_OP |