[Webkit-unassigned] [Bug 122843] New: [CSS Shapes] Move RenderBlock::layoutShapeInsideInfo into RenderBlock.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 15 10:16:45 PDT 2013


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

           Summary: [CSS Shapes] Move RenderBlock::layoutShapeInsideInfo
                    into RenderBlock.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zoltan at webkit.org
            Blocks: 121261


Historically, layoutShapeInsideInfo was a static function in RenderBlockLineLayout, then it has changed to be a member of RenderBlock, but at that time it hasn't been moved to RenderBlock.cpp. This patch moves it into RenderBlock.cpp, next to the Shapes methods.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list