summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-05 16:27:49 +0000
committerzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-05 16:27:49 +0000
commit702b280dbaa67b88d0b07da22dc73f2f3116afee (patch)
tree68e848163c84ddefb0f0947509a3be81d5a542fa /chrome/browser/resources
parent769578d69b9a16d6bcc253184e153eeebc997505 (diff)
downloadchromium_src-702b280dbaa67b88d0b07da22dc73f2f3116afee.zip
chromium_src-702b280dbaa67b88d0b07da22dc73f2f3116afee.tar.gz
chromium_src-702b280dbaa67b88d0b07da22dc73f2f3116afee.tar.bz2
Append software rendering list version to the about:gpu page.
BUG=none TEST=about:gpu page displays the SRL version. Review URL: http://codereview.chromium.org/6677149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80464 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/gpu_internals/info_view.html2
-rw-r--r--chrome/browser/resources/gpu_internals/info_view.js4
2 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/resources/gpu_internals/info_view.html b/chrome/browser/resources/gpu_internals/info_view.html
index c7b036b..c76f31c 100644
--- a/chrome/browser/resources/gpu_internals/info_view.html
+++ b/chrome/browser/resources/gpu_internals/info_view.html
@@ -4,7 +4,7 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<div id=info-view label="GPU Info">
- <h3>Chrome Version</h3>
+ <h3>Version Information</h3>
<div id="client-info"></div>
<div class="blacklisted-indicator">
diff --git a/chrome/browser/resources/gpu_internals/info_view.js b/chrome/browser/resources/gpu_internals/info_view.js
index 26a193f..bd62909 100644
--- a/chrome/browser/resources/gpu_internals/info_view.js
+++ b/chrome/browser/resources/gpu_internals/info_view.js
@@ -79,6 +79,10 @@ cr.define('gpu', function() {
{
description: 'Chrome version',
value: chromeVersion
+ },
+ {
+ description: 'Software rendering list version',
+ value: this.clientInfo_.blacklist_version
}]);
} else {
this.setText_('client-info', '... loading...');