Hi All,
I would like to add an option to disable the use of overlay scrollbars and bouncing scrollbars in Chromium's WebKit API on Mac Lion. This is to make the behavior of my native application using Chromium's WebKit API most consistent with other windows in the same application that intentionally do not support these features. This can be done by changing the return values of a few functions:
1. isScrollbarOverlayAPIAvailable() in WebKit/Source/WebCore/platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.mm
2. allowVerticalStretching()/allowHorizonalStretching() in WebKit/Source/WebCore/platform/chromium/ScrollAnimatorChromiumMac.mm
What would be the right way to expose this option via the Chromium WebKit API? Would such an option be an acceptable addition to the project?
Thanks,
Marshall