summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-18 07:37:10 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-18 07:38:24 +0000
commitb2113191fa0c374a6e61194cb786260239cd5f3a (patch)
treead243a5bc8647f1320628c1b31afc2dd55d2f2d3 /chrome/browser/about_flags.cc
parent8c33a12c8ee655a8214edead4ce29ccf58edf4a3 (diff)
downloadchromium_src-b2113191fa0c374a6e61194cb786260239cd5f3a.zip
chromium_src-b2113191fa0c374a6e61194cb786260239cd5f3a.tar.gz
chromium_src-b2113191fa0c374a6e61194cb786260239cd5f3a.tar.bz2
Remove the acclerated overflow scroll and fixed root background flags.
These flags are merged into --{dis,en}able-prefer-compositing-to-lcd-text which controls these along with fixed position. Depends on https://codereview.chromium.org/479653003/. R=aelias, piman@chromium.org BUG=365851 Review URL: https://codereview.chromium.org/479673003 Cr-Commit-Position: refs/heads/master@{#290218} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290218 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc23
1 files changed, 0 insertions, 23 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 127a98b..758fe0b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -147,14 +147,6 @@ const Experiment::Choice kEnableCompositingForTransitionChoices[] = {
switches::kDisableCompositingForTransition, ""},
};
-const Experiment::Choice kEnableAcceleratedFixedRootBackgroundChoices[] = {
- { IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
- { IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED,
- switches::kEnableAcceleratedFixedRootBackground, ""},
- { IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED,
- switches::kDisableAcceleratedFixedRootBackground, ""},
-};
-
const Experiment::Choice kTouchEventsChoices[] = {
{ IDS_GENERIC_EXPERIMENT_CHOICE_AUTOMATIC, "", "" },
{ IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED,
@@ -550,14 +542,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kIgnoreGpuBlacklist)
},
{
- "force-accelerated-composited-scrolling",
- IDS_FLAGS_FORCE_ACCELERATED_OVERFLOW_SCROLL_MODE_NAME,
- IDS_FLAGS_FORCE_ACCELERATED_OVERFLOW_SCROLL_MODE_DESCRIPTION,
- kOsAll,
- ENABLE_DISABLE_VALUE_TYPE(switches::kEnableAcceleratedOverflowScroll,
- switches::kDisableAcceleratedOverflowScroll)
- },
- {
"disable_layer_squashing",
IDS_FLAGS_DISABLE_LAYER_SQUASHING_NAME,
IDS_FLAGS_DISABLE_LAYER_SQUASHING_DESCRIPTION,
@@ -658,13 +642,6 @@ const Experiment kExperiments[] = {
kOsAll,
MULTI_VALUE_TYPE(kEnableCompositingForTransitionChoices)
},
- {
- "enable-accelerated-fixed-root-background",
- IDS_FLAGS_ACCELERATED_FIXED_ROOT_BACKGROUND_NAME,
- IDS_FLAGS_ACCELERATED_FIXED_ROOT_BACKGROUND_DESCRIPTION,
- kOsAll,
- MULTI_VALUE_TYPE(kEnableAcceleratedFixedRootBackgroundChoices)
- },
// Native client is compiled out when DISABLE_NACL is defined.
#if !defined(DISABLE_NACL)
{