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

Unified Diff: chrome/browser/dom_ui/gpu_internals_ui.cc

Issue 6346007: Refactor and improve gpu_info_collector: collect information on linux;... (Closed) Base URL: svn://chrome-svn/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 | « no previous file | chrome/browser/gpu_blacklist.cc » ('j') | chrome/common/gpu_info.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/gpu_internals_ui.cc
===================================================================
--- chrome/browser/dom_ui/gpu_internals_ui.cc (revision 71329)
+++ chrome/browser/dom_ui/gpu_internals_ui.cc (working copy)
@@ -281,7 +281,7 @@
basic_info->Append(NewDescriptionValuePair("Device Id",
base::StringPrintf("0x%04x", gpu_info.device_id())));
basic_info->Append(NewDescriptionValuePair("Driver version",
- WideToASCII(gpu_info.driver_version()).c_str()));
+ gpu_info.driver_version()));
Ken Russell (switch to Gerrit) 2011/01/19 22:11:43 nit: align like the other expressions.
Zhenyao Mo 2011/01/19 23:36:22 Done.
basic_info->Append(NewDescriptionValuePair("Pixel shader version",
VersionNumberToString(gpu_info.pixel_shader_version())));
basic_info->Append(NewDescriptionValuePair("Vertex shader version",
« no previous file with comments | « no previous file | chrome/browser/gpu_blacklist.cc » ('j') | chrome/common/gpu_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698