| Index: chrome/browser/resources/gpu_internals/info_view.js
|
| diff --git a/chrome/browser/resources/gpu_internals/info_view.js b/chrome/browser/resources/gpu_internals/info_view.js
|
| index 69dd0a617c7f5ab53f1ace2fdc6a12905e00458a..09a3274b08fbaaf2572000b0cd7b155795c4263a 100644
|
| --- a/chrome/browser/resources/gpu_internals/info_view.js
|
| +++ b/chrome/browser/resources/gpu_internals/info_view.js
|
| @@ -83,7 +83,8 @@ cr.define('gpu', function() {
|
| 'flash_3d': 'Flash 3D',
|
| 'flash_stage3d': 'Flash Stage3D',
|
| 'texture_sharing': 'Texture Sharing',
|
| - 'video_decode': 'Video Decode'
|
| + 'video_decode': 'Video Decode',
|
| + 'panel_fitting': 'Panel Fitting'
|
| };
|
| var statusLabelMap = {
|
| 'disabled_software': 'Software only. Hardware acceleration disabled.',
|
|
|