Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7267)

Unified Diff: chrome/test/gpu/gpu_pixel_browsertest.cc

Issue 6370013: Revert 72704 - Defered collect DirectX diagnostics until they are needed for ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/gpu/gpu_thread.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/gpu/gpu_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698