diff options
author | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 15:31:39 +0000 |
---|---|---|
committer | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 15:31:39 +0000 |
commit | 1d180dfec5fd129a45bda1013204bb1c0a3baf9e (patch) | |
tree | 5c45a59416291ccecaaf6adc484539001082fdb2 /chrome/browser/about_flags.cc | |
parent | e06c769d771c04a2166f67616a0c5f4dcc86b75d (diff) | |
download | chromium_src-1d180dfec5fd129a45bda1013204bb1c0a3baf9e.zip chromium_src-1d180dfec5fd129a45bda1013204bb1c0a3baf9e.tar.gz chromium_src-1d180dfec5fd129a45bda1013204bb1c0a3baf9e.tar.bz2 |
Smooth scrolling build cleanup.
Now that it's compiled into WebKit by default, remove the gyp flag.
BUG=none
TEST=build on Windows or Linux after this CL, turn on the flag, check that scrolling is still animated.
Review URL: http://codereview.chromium.org/8100003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r-- | chrome/browser/about_flags.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index cf32b79..d07427e 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -319,11 +319,7 @@ const Experiment kExperiments[] = { IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_DESCRIPTION, // Can't expose the switch unless the code is compiled in. // On by default for the Mac (different implementation in WebKit). -#if defined(ENABLE_SMOOTH_SCROLLING) kOsWin | kOsLinux | kOsCrOS, -#else - 0, -#endif SINGLE_VALUE_TYPE(switches::kEnableSmoothScrolling) }, { |