Home
last modified time | relevance | path

Searched refs:hasScrollingPaintedContent (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp963 …bool hasScrollingPaintedContent = m_owningLayer->hasVisibleContent() && (renderer()->hasBackground… in updateDrawsContent() local
964 m_scrollingContentsLayer->setDrawsContent(hasScrollingPaintedContent); in updateDrawsContent()