| Index: chrome/test/gpu/gpu_pixel_browsertest.cc
|
| ===================================================================
|
| --- chrome/test/gpu/gpu_pixel_browsertest.cc (revision 72706)
|
| +++ chrome/test/gpu/gpu_pixel_browsertest.cc (working copy)
|
| @@ -116,9 +116,9 @@
|
| if (!gpu_host_shim)
|
| return false;
|
| GPUInfo info = gpu_host_shim->gpu_info();
|
| - if (info.level() == GPUInfo::kUninitialized) {
|
| + if (info.progress() == GPUInfo::kUninitialized) {
|
| GPUInfoCollectedObserver observer(gpu_host_shim);
|
| - gpu_host_shim->CollectGraphicsInfoAsynchronously(GPUInfo::kPartial);
|
| + gpu_host_shim->CollectGraphicsInfoAsynchronously();
|
| ui_test_utils::RunMessageLoop();
|
| if (!observer.gpu_info_collected())
|
| return false;
|
|
|