Chromium Code Reviews| Index: chrome/browser/resources/gpu_internals/info_view.js |
| =================================================================== |
| --- chrome/browser/resources/gpu_internals/info_view.js (revision 107903) |
| +++ chrome/browser/resources/gpu_internals/info_view.js (working copy) |
| @@ -61,6 +61,10 @@ |
| { |
| description: 'ANGLE revision', |
| value: clientInfo.angle_revision |
| + }, |
| + { |
| + description: 'Graphics backend', |
|
nduca
2011/10/31 17:42:49
2D graphics backend? Graphics is a pretty overload
epoger
2011/10/31 17:50:04
Good point. Renamed to '2D graphics backend'.
|
| + value: clientInfo.graphics_backend |
| }]); |
| } else { |
| this.setText_('client-info', '... loading...'); |