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

Unified Diff: content/browser/resources/gpu/info_view.js

Issue 337783002: Remove EnableThreadedCompositing from the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thread: . Created 6 years, 6 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
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 1d26f937ffaa976f22dc45c977e8afed35cbaf53..6def75a94d06ae6903ab913fba08764e31a5aa02 100644
--- a/content/browser/resources/gpu/info_view.js
+++ b/content/browser/resources/gpu/info_view.js
@@ -105,14 +105,10 @@ cr.define('gpu', function() {
'unavailable_off': 'Unavailable. Hardware acceleration unavailable',
'unavailable_software':
'Software only, hardware acceleration unavailable',
- 'unavailable_software_threaded':
- 'Software only and threaded. Hardware acceleration unavailable.',
'enabled_readback': 'Hardware accelerated, but at reduced performance',
'enabled_force': 'Hardware accelerated',
- 'enabled_threaded': 'Hardware accelerated and threaded.',
'enabled': 'Hardware accelerated',
'accelerated': 'Accelerated',
- 'accelerated_threaded': 'Accelerated and threaded',
// GPU Switching
'gpu_switching_automatic': 'Automatic switching',
'gpu_switching_force_discrete': 'Always on discrete GPU',
@@ -127,13 +123,10 @@ cr.define('gpu', function() {
'software': 'feature-yellow',
'unavailable_off': 'feature-red',
'unavailable_software': 'feature-yellow',
- 'unavailable_software_threaded': 'feature-yellow',
'enabled_force': 'feature-green',
'enabled_readback': 'feature-yellow',
- 'enabled_threaded': 'feature-green',
'enabled': 'feature-green',
'accelerated': 'feature-green',
- 'accelerated_threaded': 'feature-green',
// GPU Switching
'gpu_switching_automatic': 'feature-green',
'gpu_switching_force_discrete': 'feature-red',

Powered by Google App Engine
This is Rietveld 408576698