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

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: 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') | content/browser/gpu/gpu_blacklist.cc » ('J')
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..c1bed7a171c0788b05c31f6da83dd4ee08832940 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'
};
« no previous file with comments | « no previous file | content/browser/gpu/gpu_blacklist.cc » ('j') | content/browser/gpu/gpu_blacklist.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698