| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index d2f99578e6481c19daa540860a8eeae097dad6ea..556121878793b556de8399d7c091e341bea7579f 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -5721,6 +5721,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_FLAGS_DISABLE_ACCELERATED_2D_CANVAS_DESCRIPTION" desc="Description of the 'Disable accelerated 2D canvas' lab.">
|
| Disables the use of the GPU to perform 2d canvas rendering and instead uses software rendering.
|
| </message>
|
| + <message name="IDS_FLAGS_ENABLE_DISPLAY_LIST_2D_CANVAS_NAME" desc="Name of the 'Enable display list 2D canvas' lab.">
|
| + Enable display list 2D canvas
|
| + </message>
|
| + <message name="IDS_FLAGS_ENABLE_DISPLAY_LIST_2D_CANVAS_DESCRIPTION" desc="Description of the 'Enable display list 2D canvas' lab.">
|
| + Enables the use of display lists to record 2D canvas commands. This allows 2D canvas rasterization to be performed on separate thread.
|
| + </message>
|
| <message name="IDS_FLAGS_EXPERIMENTAL_EXTENSION_APIS_NAME" desc="Name of the 'Experimental Extension APIs' lab.">
|
| Experimental Extension APIs
|
| </message>
|
|
|