| Index: gpu/config/gpu_util.h
|
| diff --git a/gpu/config/gpu_util.h b/gpu/config/gpu_util.h
|
| index 710c21d7b291bed4c9cb1660c33f5ece135dfc01..7f4372bda34a1374b4455471cc8faf07fb75a80d 100644
|
| --- a/gpu/config/gpu_util.h
|
| +++ b/gpu/config/gpu_util.h
|
| @@ -40,6 +40,9 @@ GPU_EXPORT void ParseSecondaryGpuDevicesFromCommandLine(
|
| const base::CommandLine& command_line,
|
| GPUInfo* gpu_info);
|
|
|
| +GPU_EXPORT void InitializeDualGpusIfSupported(
|
| + const std::set<int>& driver_bug_workarounds);
|
| +
|
| } // namespace gpu
|
|
|
| #endif // GPU_CONFIG_GPU_UTIL_H_
|
|
|