The overhang area layer should have a linen background
Created attachment 125166 [details] Patch
Comment on attachment 125166 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=125166&action=review > Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.mm:94 > +#if !DISABLE_SCROLL_POSITION_CLAMPING Double negatives aren't not harder to read. > Source/WebCore/platform/mac/ScrollbarThemeMac.h:85 > + virtual void setUpOverhangAreasLayerContents(GraphicsLayer*) override; override -> OVERRIDE > Source/WebCore/platform/mac/ScrollbarThemeMac.mm:441 > + Unnecessary new whitespace.
Committed r106588: <http://trac.webkit.org/changeset/106588>