kDefaultMouseScrollToScaleFactor top-level constant
The default conversion factor when treating mouse scrolling as scaling.
The value was arbitrarily chosen to feel natural for most mousewheels on all supported platforms.
Implementation
const double kDefaultMouseScrollToScaleFactor = 200;