summaryrefslogtreecommitdiffstats
path: root/chrome/common/crash_keys.cc
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-16 17:51:14 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-16 17:52:57 +0000
commit3f196eb88893ffc9c9d4eecaf990f3451d75ec0a (patch)
treeb93933b82920b5c4bb139a8b8f7b69360947d14b /chrome/common/crash_keys.cc
parent4eb0a85711cd1b79f20606a4eb97b4b900209f20 (diff)
downloadchromium_src-3f196eb88893ffc9c9d4eecaf990f3451d75ec0a.zip
chromium_src-3f196eb88893ffc9c9d4eecaf990f3451d75ec0a.tar.gz
chromium_src-3f196eb88893ffc9c9d4eecaf990f3451d75ec0a.tar.bz2
Replace enable-compositing-for-fixed-position with prefer-compositing-to-lcd-text.
We are adding a --prefer-compositing-to-lcd-text flag to allow promoting of things that will lose LCD text. Fixed position elements will be the only thing controlled by this flag in this CL. Other flags will be merged into it in the future. R=piman@chromium.org BUG=365851 Review URL: https://codereview.chromium.org/479653003 Cr-Commit-Position: refs/heads/master@{#290155} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290155 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/crash_keys.cc')
-rw-r--r--chrome/common/crash_keys.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 84a83ef..2352b3a 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -263,7 +263,6 @@ static bool IsBoringSwitch(const std::string& flag) {
flag == "--flag-switches-end";
#elif defined(OS_CHROMEOS)
static const char* kIgnoreSwitches[] = {
- ::switches::kEnableCompositingForFixedPosition,
::switches::kEnableImplSidePainting,
::switches::kEnableLogging,
::switches::kFlagSwitchesBegin,