Searched refs:oldStyleSlowScroll (Results 1 – 1 of 1) sorted by relevance
2040 …bool oldStyleSlowScroll = m_style && !shouldBlitOnFixedBackgroundImage && m_style->hasFixedBackgro… in styleWillChange() local2048 if (oldStyleSlowScroll && m_style->hasEntirelyFixedBackground()) in styleWillChange()2049 oldStyleSlowScroll = false; in styleWillChange()2053 if (oldStyleSlowScroll != newStyleSlowScroll) { in styleWillChange()2054 if (oldStyleSlowScroll) in styleWillChange()