| Index: gpu/config/gpu_switches.h
|
| diff --git a/gpu/config/gpu_switches.h b/gpu/config/gpu_switches.h
|
| index 77de6e0fb44991cd65a3b31c2a255afd0edb3dd5..f2022266085c371f1dd098f0ab518aaf4450088e 100644
|
| --- a/gpu/config/gpu_switches.h
|
| +++ b/gpu/config/gpu_switches.h
|
| @@ -9,6 +9,8 @@
|
|
|
| namespace switches {
|
|
|
| +GPU_EXPORT extern const char kDisableGpuRasterization[];
|
| +GPU_EXPORT extern const char kEnableGpuRasterization[];
|
| GPU_EXPORT extern const char kGpuActiveVendorID[];
|
| GPU_EXPORT extern const char kGpuActiveDeviceID[];
|
| GPU_EXPORT extern const char kGpuDeviceID[];
|
| @@ -29,6 +31,7 @@ GPU_EXPORT extern const char kGpuTestingGLVendor[];
|
| GPU_EXPORT extern const char kGpuTestingGLRenderer[];
|
| GPU_EXPORT extern const char kGpuTestingGLVersion[];
|
| GPU_EXPORT extern const char kGpuVendorID[];
|
| +GPU_EXPORT extern const char kIgnoreGpuBlacklist[];
|
|
|
| } // namespace switches
|
|
|
|
|