diff options
Diffstat (limited to 'content/common/content_switches.cc')
-rw-r--r-- | content/common/content_switches.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc index 20dca2a..4058d4e 100644 --- a/content/common/content_switches.cc +++ b/content/common/content_switches.cc @@ -471,6 +471,11 @@ const char kAuditHandles[] = "enable-handle-auditing"; const char kAuditAllHandles[] = "enable-handle-auditing-all"; #endif +#if defined(OS_POSIX) && !defined(OS_MACOSX) +// Specify the amount the trackpad should scroll by. +const char kScrollPixels[] = "scroll-pixels"; +#endif + #if !defined(OFFICIAL_BUILD) // Causes the renderer process to throw an assertion on launch. const char kRendererCheckFalseTest[] = "renderer-check-false-test"; |