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> |