[Webkit-unassigned] [Bug 161981] New: Cleanup RenderLayer::shouldBeNormalFlowOnly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 12:52:42 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=161981

            Bug ID: 161981
           Summary: Cleanup RenderLayer::shouldBeNormalFlowOnly
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com
                CC: simon.fraser at apple.com

return (renderer().hasOverflowClip()
        || renderer().hasReflection()
        || renderer().hasMask()
        || renderer().isCanvas()
        || renderer().isVideo()
        || renderer().isEmbeddedObject()
        || renderer().isRenderIFrame()
        || (renderer().style().specifiesColumns() && !isRootLayer())
        || renderer().isInFlowRenderFlowThread())
        && !renderer().hasTransformRelatedProperty()
        && !renderer().isPositioned()
        && !needsCompositedScrolling()
        && !renderer().style().hasFlowFrom()
^^ makes it a bit unclear what triggers normal flow only layer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160914/2a02a7c7/attachment.html>


More information about the webkit-unassigned mailing list