diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 03:34:36 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 03:34:36 +0000 |
commit | 2b6087558b44991deec34da845b44adf42ab8f3d (patch) | |
tree | 48e0ba0d8ab7ebe8500a93a8151dfe779215f0ac /chrome/app/generated_resources.grd | |
parent | c2d36d103e42fb5da17bd3c8af9d48e840c59e1c (diff) | |
download | chromium_src-2b6087558b44991deec34da845b44adf42ab8f3d.zip chromium_src-2b6087558b44991deec34da845b44adf42ab8f3d.tar.gz chromium_src-2b6087558b44991deec34da845b44adf42ab8f3d.tar.bz2 |
Add the "experimental canvas features" flag, and plumb it through to
WebRuntimeFeatures on the Blink side.
BUG=234742
Review URL: https://chromiumcodereview.appspot.com/14643005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 80fe583..fd11660 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6384,6 +6384,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_FLAGS_FORCE_ACCELERATED_OVERFLOW_SCROLL_MODE_DESCRIPTION" desc="Description of the 'Accelerated overflow scroll mode' lab."> When possible, puts the scrolling contents of an overflow scrolling element onto a composited layer for faster scrolling. </message> + <message name="IDS_FLAGS_ENABLE_EXPERIMENTAL_CANVAS_FEATURES_NAME" desc="Name of the 'Enable experimental canvas features' lab."> + Enable experimental canvas features + </message> + <message name="IDS_FLAGS_ENABLE_EXPERIMENTAL_CANVAS_FEATURES_DESCRIPTION" desc="Description of the 'Enable experimental canvas features' lab."> + Enables the use of experimental canvas features which are still in development. + </message> <message name="IDS_FLAGS_DISABLE_ACCELERATED_2D_CANVAS_NAME" desc="Name of the 'Disable accelerated 2D canvas' lab."> Disable accelerated 2D canvas </message> |