| Index: chrome/browser/resources/gpu_internals/info_view.js
|
| ===================================================================
|
| --- chrome/browser/resources/gpu_internals/info_view.js (revision 151736)
|
| +++ chrome/browser/resources/gpu_internals/info_view.js (working copy)
|
| @@ -82,7 +82,8 @@
|
| 'multisampling': 'WebGL multisampling',
|
| 'flash_3d': 'Flash 3D',
|
| 'flash_stage3d': 'Flash Stage3D',
|
| - 'texture_sharing': 'Texture Sharing'
|
| + 'texture_sharing': 'Texture Sharing',
|
| + 'video_decode': 'Video Decode'
|
| };
|
| var statusLabelMap = {
|
| 'disabled_software': 'Software only. Hardware acceleration disabled.',
|
|
|