| Index: content/browser/resources/gpu/info_view.js
|
| diff --git a/content/browser/resources/gpu/info_view.js b/content/browser/resources/gpu/info_view.js
|
| index 39042cadbeffb7c44e8501278a3a31664723e07b..e4d1795cf99174c27ae01fd3b74e4ae20ae2d628 100644
|
| --- a/content/browser/resources/gpu/info_view.js
|
| +++ b/content/browser/resources/gpu/info_view.js
|
| @@ -94,6 +94,7 @@ cr.define('gpu', function() {
|
| 'panel_fitting': 'Panel Fitting',
|
| 'rasterization': 'Rasterization',
|
| 'threaded_rasterization': 'Threaded Rasterization',
|
| + 'multiple_raster_threads': 'Multiple Raster Threads',
|
| };
|
|
|
| var statusMap = {
|
| @@ -136,7 +137,11 @@ cr.define('gpu', function() {
|
| 'enabled_on': {
|
| 'label': 'Enabled',
|
| 'class': 'feature-green'
|
| - }
|
| + },
|
| + 'enabled_force_on': {
|
| + 'label': 'Force enabled',
|
| + 'class': 'feature-green'
|
| + },
|
| };
|
|
|
| // GPU info, basic
|
|
|