Home | History | Annotate | Download | only in rendering

Lines Matching defs:hasBlendMode

2761 bool RenderObject::hasBlendMode() const
2763 return RuntimeEnabledFeatures::cssCompositingEnabled() && style() && style()->hasBlendMode();