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

Unified Diff: chrome/browser/about_flags.cc

Issue 405163004: Add runtime flag to enable the display list 2D canvas implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied corrections Created 6 years, 5 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 4a0ce925bda8b13bfca1df8269efb03425a3b4b0..d7a4936c7b85cb8f001814c5d5242f8b83c93e9a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -575,6 +575,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kDisableAccelerated2dCanvas)
},
{
+ "enable-display-list-2d-canvas",
+ IDS_FLAGS_ENABLE_DISPLAY_LIST_2D_CANVAS_NAME,
+ IDS_FLAGS_ENABLE_DISPLAY_LIST_2D_CANVAS_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableDisplayList2dCanvas)
+ },
+ {
"composited-layer-borders",
IDS_FLAGS_COMPOSITED_LAYER_BORDERS,
IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698