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

Unified Diff: content/test/gpu/gpu_test_config.cc

Issue 11576052: Revert 173248, broke building on the official chrome/win bot: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 | « content/public/common/content_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_test_config.cc
===================================================================
--- content/test/gpu/gpu_test_config.cc (revision 173266)
+++ content/test/gpu/gpu_test_config.cc (working copy)
@@ -212,7 +212,7 @@
bool rt;
if (gpu_info == NULL) {
content::GPUInfo my_gpu_info;
- gpu_info_collector::CollectBasicGraphicsInfo(&my_gpu_info);
+ gpu_info_collector::CollectPreliminaryGraphicsInfo(&my_gpu_info);
rt = SetGPUInfo(my_gpu_info);
} else {
rt = SetGPUInfo(*gpu_info);
« no previous file with comments | « content/public/common/content_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698