From 7b862a32d4f20c96e2a98c39e26b4c6b77f9e1cc Mon Sep 17 00:00:00 2001 From: "davemoore@chromium.org" Date: Wed, 16 Jun 2010 14:19:46 +0000 Subject: Peek at the event queue for wheel events for cros BUG=NONE Test=RenderWidgetHostTest.CoalescesWheelEvents (existing) Review URL: http://codereview.chromium.org/2679003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49938 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_switches.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chrome/common/chrome_switches.cc') diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index eed0427..4ded0ea 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -917,8 +917,11 @@ const char kStartupManifest[] = "startup-manifest"; // TODO(denisromanov): delete this when not needed for testing. const char kServicesManifest[] = "services-manifest"; +#endif + +#if defined(OS_LINUX) // Specify the amount the trackpad should scroll by. -const char kVertScrollDelta[] = "vert-scroll-delta"; +const char kScrollPixels[] = "scroll-pixels"; #endif #if defined(OS_MACOSX) || defined(OS_WIN) -- cgit v1.1