Searched refs:oldStyleSlowScroll (Results 1 – 1 of 1) sorted by relevance
1818 …bool oldStyleSlowScroll = m_style && !shouldBlitOnFixedBackgroundImage && m_style->hasFixedBackgro… in styleWillChange() local1826 if (oldStyleSlowScroll && m_style->hasEntirelyFixedBackground()) in styleWillChange()1827 oldStyleSlowScroll = false; in styleWillChange()1831 if (oldStyleSlowScroll != newStyleSlowScroll) { in styleWillChange()1832 if (oldStyleSlowScroll) in styleWillChange()