RESOLVED FIXED 122843
[CSS Shapes] Move RenderBlock::layoutShapeInsideInfo into RenderBlock.cpp
https://bugs.webkit.org/show_bug.cgi?id=122843
Summary [CSS Shapes] Move RenderBlock::layoutShapeInsideInfo into RenderBlock.cpp
Zoltan Horvath
Reported 2013-10-15 10:15:30 PDT
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.
Attachments
Patch (3.81 KB, patch)
2013-10-15 10:19 PDT, Zoltan Horvath
no flags
Zoltan Horvath
Comment 1 2013-10-15 10:19:50 PDT
WebKit Commit Bot
Comment 2 2013-10-15 11:06:39 PDT
Comment on attachment 214279 [details] Patch Clearing flags on attachment: 214279 Committed r157454: <http://trac.webkit.org/changeset/157454>
WebKit Commit Bot
Comment 3 2013-10-15 11:06:41 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.