summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorbsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-06 20:15:52 +0000
committerbsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-06 20:15:52 +0000
commit81c64af6da57418ddd87e527555982ec01aed0d0 (patch)
tree41bb1b1202acf530c9f8ebc4e261cdfb48725bb0 /chrome/app
parent58c8c30d31b6b40ab15acc3417a3aa79d76020a9 (diff)
downloadchromium_src-81c64af6da57418ddd87e527555982ec01aed0d0.zip
chromium_src-81c64af6da57418ddd87e527555982ec01aed0d0.tar.gz
chromium_src-81c64af6da57418ddd87e527555982ec01aed0d0.tar.bz2
Add about://flags flag to disable GPU canvas
BUG=none TEST=Tested locally that the flag works as intended Review URL: https://chromiumcodereview.appspot.com/10535036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 74ec56aa..ab92032 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5275,6 +5275,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_THREADED_COMPOSITING_MODE_DESCRIPTION" desc="Description of the 'Threaded compositing mode' 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_DISABLE_ACCELERATED_2D_CANVAS_NAME" desc="Name of the 'Disable accelerated 2D canvas' lab.">
+ Disable accelerated 2D canvas
+ </message>
+ <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_DISABLE_DEFERRED_2D_CANVAS_NAME" desc="Name of the 'Disable deferred 2D canvas' lab.">
Disable deferred 2D canvas
</message>