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

Unified Diff: content/gpu/gpu_info_collector_unittest.cc

Issue 10389051: Change GPUInfo to handle multiple GPUs. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
Index: content/gpu/gpu_info_collector_unittest.cc
===================================================================
--- content/gpu/gpu_info_collector_unittest.cc (revision 136164)
+++ content/gpu/gpu_info_collector_unittest.cc (working copy)
@@ -68,8 +68,8 @@
"GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 "
"GL_EXT_read_format_bgra";
#endif
- test_values_.vendor_id = vendor_id;
- test_values_.device_id = device_id;
+ test_values_.gpu.vendor_id = vendor_id;
+ test_values_.gpu.device_id = device_id;
test_values_.driver_vendor = driver_vendor;
test_values_.driver_version =driver_version;
test_values_.pixel_shader_version = shader_version;

Powered by Google App Engine
This is Rietveld 408576698