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

Unified Diff: chrome/app/generated_resources.grd

Issue 9706093: about:flags options for accelerated compositing and accelerated animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 8a58e052b55cc4f8f06115e7722759a463a334ce..0b47ad58b5bad0bae30995ad267650744198d20a 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4908,6 +4908,18 @@ Keep your key file in a safe place. You will need it to create new versions of y
Disables synchronization with the display's vertical refresh rate when GPU rendering. This allows frame rates to exceed
60 hertz. While useful for benchmarking purposes, this also results in visual tearing during rapid screen updates.
</message>
+ <message name="IDS_FLAGS_ENABLE_THREADED_COMPOSITING_NAME" desc="Name of the 'Enabled threaded compositing' lab.">
+ Enable threaded compositing
+ </message>
+ <message name="IDS_FLAGS_ENABLE_THREADED_COMPOSITING_DESCRIPTION" desc="Description of the 'Enable threaded compositing' lab.">
+ Uses a secondary thread to perform web page compositing. This allows smooth scrolling, even when the main thread is unresponsive.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_THREADED_ANIMATION_NAME" desc="Name of the 'Enabled threaded animation' lab.">
+ Enable threaded animation
+ </message>
+ <message name="IDS_FLAGS_ENABLE_THREADED_ANIMATION_DESCRIPTION" desc="Description of the 'Enable threaded animation' lab.">
+ Uses a secondary thread to execute CSS animations. This allows smoother animations, even when the main thread is unresponsive.
+ </message>
<message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab.">
WebGL
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698