Index: gpu/config/gpu_info_collector.h |
diff --git a/gpu/config/gpu_info_collector.h b/gpu/config/gpu_info_collector.h |
index ad3ae95385309fd84ec9d5f93ffc979629acec11..e55e54bd63502c56aee6e9eb7e3fb06f73030b90 100644 |
--- a/gpu/config/gpu_info_collector.h |
+++ b/gpu/config/gpu_info_collector.h |
@@ -46,6 +46,10 @@ GPU_EXPORT void MergeGPUInfo(GPUInfo* basic_gpu_info, |
GPU_EXPORT void MergeGPUInfoGL(GPUInfo* basic_gpu_info, |
const GPUInfo& context_gpu_info); |
+// If more than one GPUs are identified, GL strings are available, |
Ken Russell (switch to Gerrit)
2015/12/08 22:58:48
"identified, GL" -> "identified, and GL"
Zhenyao Mo
2015/12/09 18:36:53
Done.
|
+// identify the active GPU based on GL strings. |
+GPU_EXPORT void IdentifyActiveGPU(GPUInfo* gpu_info); |
+ |
} // namespace gpu |
#endif // GPU_CONFIG_GPU_INFO_COLLECTOR_H_ |