Chromium Code Reviews| Index: gpu/config/gpu_util.h |
| diff --git a/gpu/config/gpu_util.h b/gpu/config/gpu_util.h |
| index 8c82555dbdc4f1251b746e392eb686f11ada7e1c..ee60d5cfee477da2538dad1fcbbefd7c8496b511 100644 |
| --- a/gpu/config/gpu_util.h |
| +++ b/gpu/config/gpu_util.h |
| @@ -10,6 +10,7 @@ |
| #include "base/command_line.h" |
| #include "build/build_config.h" |
| +#include "gpu/config/gpu_feature_info.h" |
| #include "gpu/gpu_export.h" |
| namespace base { |
| @@ -39,6 +40,10 @@ GPU_EXPORT void ParseSecondaryGpuDevicesFromCommandLine( |
| GPU_EXPORT void InitializeDualGpusIfSupported( |
| const std::set<int>& driver_bug_workarounds); |
| +GPU_EXPORT GpuFeatureInfo |
|
rjkroege
2017/02/07 00:42:41
can you say if it's safe to call this function aft
ericrk
2017/02/08 21:29:46
Yup - you can call this at any point - added a com
|
| +GetGpuFeatureInfo(const GPUInfo& gpu_info, |
| + const base::CommandLine& command_line); |
| + |
| } // namespace gpu |
| #endif // GPU_CONFIG_GPU_UTIL_H_ |