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

Unified Diff: chrome/browser/about_flags.cc

Issue 9020019: Add --enable-accelerated-filters to about:flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 9 years 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') | no next file » | 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 cd7a4f399fc148c227c48519fde1e33e49ff9dec..958328f0662eb3690fc5c3c1b78f7e75a5440d26 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -198,6 +198,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kShowFPSCounter)
},
{
+ "accelerated-filters",
+ IDS_FLAGS_ACCELERATED_FILTERS,
+ IDS_FLAGS_ACCELERATED_FILTERS_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableAcceleratedFilters)
+ },
+ {
"disable-gpu-vsync",
IDS_FLAGS_DISABLE_GPU_VSYNC_NAME,
IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698