bool RenderObject::requiresLayer()
{
- return isRoot() || isPositioned() || isRelPositioned() || style()->opacity() < 1.0f ||
- hasOverflowClip();
+ return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip();
}
RenderBlock* RenderObject::firstLineBlock() const