| 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: '2D graphics backend',
|
| + value: clientInfo.graphics_backend
|
| }]);
|
| } else {
|
| this.setText_('client-info', '... loading...');
|
|
|