chore: update line reference in gpuinfo comment

This commit is contained in:
Jeremy Apthorp 2018-10-09 10:37:52 -07:00
parent 28153642a4
commit ee8a54d186

View file

@ -25,7 +25,7 @@ GPUInfoManager::~GPUInfoManager() {
} }
// Based on // Based on
// https://chromium.googlesource.com/chromium/src.git/+/69.0.3497.106/content/browser/gpu/gpu_data_manager_impl_private.cc#810 // https://chromium.googlesource.com/chromium/src.git/+/69.0.3497.106/content/browser/gpu/gpu_data_manager_impl_private.cc#838
bool GPUInfoManager::NeedsCompleteGpuInfoCollection() { bool GPUInfoManager::NeedsCompleteGpuInfoCollection() {
#if defined(OS_WIN) #if defined(OS_WIN)
const auto& gpu_info = gpu_data_manager_->GetGPUInfo(); const auto& gpu_info = gpu_data_manager_->GetGPUInfo();