Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp356 if (needsToBeComposited(layer) || layer->shouldComposite()) {
640 && !currentLayer->shouldComposite()
742 willBeComposited |= layer->shouldComposite();
743 layer->setMustOverlapCompositedLayers(layer->shouldComposite());
DRenderLayer.h629 bool shouldComposite() { return m_shouldComposite; } in shouldComposite() function