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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp1809 bool shouldBlitOnFixedBackgroundImage = false; local
1815 shouldBlitOnFixedBackgroundImage = true;
1817 bool newStyleSlowScroll = !shouldBlitOnFixedBackgroundImage && newStyle.hasFixedBackgroundImage();
1818 bool oldStyleSlowScroll = m_style && !shouldBlitOnFixedBackgroundImage && m_style->hasFixedBackgroundImage();
1821 if (drawsRootBackground && !shouldBlitOnFixedBackgroundImage) {

Completed in 113 milliseconds