diff options
Diffstat (limited to 'content/browser/resources/gpu')
-rw-r--r-- | content/browser/resources/gpu/info_view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/resources/gpu/info_view.js b/content/browser/resources/gpu/info_view.js index a680d57..53b5b4e 100644 --- a/content/browser/resources/gpu/info_view.js +++ b/content/browser/resources/gpu/info_view.js @@ -98,7 +98,7 @@ cr.define('gpu', function() { 'gpu_switching': 'GPU Switching', 'panel_fitting': 'Panel Fitting', 'force_compositing_mode': 'Force Compositing Mode', - 'raster': 'Rasterization', + 'rasterization': 'Rasterization', }; var statusLabelMap = { 'disabled_software': 'Software only. Hardware acceleration disabled.', |