| Index: gpu/config/gpu_util.h
|
| diff --git a/gpu/config/gpu_util.h b/gpu/config/gpu_util.h
|
| index 21c802cbbb1b32d8988b02575722961c3de2fd23..b2a21e14f403b1f5e65f383df89ebc6dd4d046e5 100644
|
| --- a/gpu/config/gpu_util.h
|
| +++ b/gpu/config/gpu_util.h
|
| @@ -30,8 +30,8 @@ GPU_EXPORT void ApplyGpuDriverBugWorkarounds(base::CommandLine* command_line);
|
|
|
| // With provided GPUInfo, compute the driver bug workarounds for the current
|
| // system, and append the |command_line|.
|
| -GPU_EXPORT void ApplyGpuDriverBugWorkarounds(
|
| - const GPUInfo& gpu_inco, base::CommandLine* command_line);
|
| +GPU_EXPORT void ApplyGpuDriverBugWorkarounds(GPUInfo& gpu_inco,
|
| + base::CommandLine* command_line);
|
|
|
| // |str| is in the format of "feature1,feature2,...,featureN".
|
| GPU_EXPORT void StringToFeatureSet(
|
|
|