Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: chrome/browser/resources/gpu_internals/info_view.js

Issue 7523019: Include accelerated_compositing disable flag in about:gpu status (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweak messages care of kbr ideas Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/gpu/gpu_blacklist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2d8dadad2b2ea0013e09995619d105a22e980b13..346cb09a03625a953dbf4b16129cf0eb4416c4d0 100644
--- a/chrome/browser/resources/gpu_internals/info_view.js
+++ b/chrome/browser/resources/gpu_internals/info_view.js
@@ -62,7 +62,7 @@ cr.define('gpu', function() {
var featureLabelMap = {
'2d_canvas': 'Canvas',
'3d_css': '3D CSS',
- 'compositing': 'Compositing',
+ 'compositing': 'HTML Rendering',
'webgl': 'WebGL',
'multisampling': 'WebGL multisampling'
};
@@ -73,6 +73,7 @@ cr.define('gpu', function() {
'unavailable_off': 'Unavailable. Hardware acceleration unavailable',
'unavailable_software':
'Software only, hardware acceleration unavailable',
+ 'enabled_readback': 'Hardware accelerated, but at reduced performance',
'enabled': 'Hardware accelerated'
};
var statusClassMap = {
« no previous file with comments | « no previous file | content/browser/gpu/gpu_blacklist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698