Home | History | Annotate | Download | only in rendering

Lines Matching refs:compositingState

1112     // FIXME: CompositingState is not necessarily up to date for many callers of this function.
1351 if (compositingState() != PaintsIntoOwnBacking && newPositionFromPaintInvalidationBacking != oldPositionFromPaintInvalidationBacking)
2115 if (layer->compositingState() == NotComposited) // This can happen for RenderFlowThread.
2562 CompositingState RenderObject::compositingState() const
2564 return hasLayer() ? toRenderLayerModelObject(this)->layer()->compositingState() : NotComposited;