| Index: gpu/config/gpu_info_collector.h
|
| diff --git a/gpu/config/gpu_info_collector.h b/gpu/config/gpu_info_collector.h
|
| index f3d339e8876c80190c829a65f15509501bf1c3c0..f16071b28c7020124bc205e3c53122b2934733e7 100644
|
| --- a/gpu/config/gpu_info_collector.h
|
| +++ b/gpu/config/gpu_info_collector.h
|
| @@ -66,6 +66,8 @@ GPU_EXPORT void MergeGPUInfoGL(GPUInfo* basic_gpu_info,
|
|
|
| // Advanced Micro Devices has interesting configurations on laptops were
|
| // there are two videocards that can alternatively a given process output.
|
| +// TODO(zmo): remove them when we remove the GetAMDVideocardType() in the
|
| +// internal src/third_party/amd.
|
| enum AMDVideoCardType {
|
| UNKNOWN,
|
| STANDALONE,
|
|
|