| Index: gpu/config/gpu_util.h
|
| diff --git a/gpu/config/gpu_util.h b/gpu/config/gpu_util.h
|
| index 7f4372bda34a1374b4455471cc8faf07fb75a80d..caf0acf16e1dc8557d28c21329ac766dcc7413dd 100644
|
| --- a/gpu/config/gpu_util.h
|
| +++ b/gpu/config/gpu_util.h
|
| @@ -26,9 +26,9 @@ GPU_EXPORT void MergeFeatureSets(
|
|
|
| // With provided GPUInfo, compute the driver bug workarounds and disabled
|
| // extensions for the current system, and append the |command_line|.
|
| -GPU_EXPORT void ApplyGpuDriverBugWorkarounds(
|
| - const GPUInfo& gpu_info,
|
| - base::CommandLine* command_line);
|
| +GPU_EXPORT void ApplyGpuDriverBugWorkarounds(const GPUInfo& gpu_info,
|
| + const std::string& os_version,
|
| + base::CommandLine* command_line);
|
|
|
| // |str| is in the format of "feature1,feature2,...,featureN".
|
| GPU_EXPORT void StringToFeatureSet(
|
|
|