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

Unified Diff: chrome/gpu/gpu_info_collector_win.cc

Issue 3104011: Add Mac GPU logging code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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_info_collector_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/gpu_info_collector_win.cc
===================================================================
--- chrome/gpu/gpu_info_collector_win.cc (revision 56911)
+++ chrome/gpu/gpu_info_collector_win.cc (working copy)
@@ -70,7 +70,7 @@
uint32 vertex_shader_version = d3d_caps.VertexShaderVersion;
gpu_info.SetGraphicsInfo(vendor_id, device_id, driver_version,
- pixel_shader_version, vertex_shader_version);
+ pixel_shader_version, vertex_shader_version, 0);
return true;
}
@@ -100,7 +100,7 @@
uint32 pixel_shader_version = 0;
uint32 vertex_shader_version = 0;
gpu_info.SetGraphicsInfo(vendor_id, device_id, driver_version,
- pixel_shader_version, vertex_shader_version);
+ pixel_shader_version, vertex_shader_version, 0);
return true;
// TODO(rlp): Add driver and pixel versions
« no previous file with comments | « chrome/gpu/gpu_info_collector_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698