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

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

Issue 344703002: Revert of Remove EnableThreadedCompositing from the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6def75a94d06ae6903ab913fba08764e31a5aa02..1d26f937ffaa976f22dc45c977e8afed35cbaf53 100644
--- a/content/browser/resources/gpu/info_view.js
+++ b/content/browser/resources/gpu/info_view.js
@@ -105,10 +105,14 @@
'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',
@@ -123,10 +127,13 @@
'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',
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698