Searched refs:oldStyleSlowScroll (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.cpp871 bool oldStyleSlowScroll = oldStyle && repaintFixedBackgroundsOnScroll && oldStyleUsesFixedBackgrounds; local
878 if (oldStyleSlowScroll && m_style->hasEntirelyFixedBackground())
879 oldStyleSlowScroll = false;
883 if (oldStyleSlowScroll != newStyleSlowScroll) {
884 if (oldStyleSlowScroll)

Completed in 118 milliseconds