Bug 122843 - [CSS Shapes] Move RenderBlock::layoutShapeInsideInfo into RenderBlock.cpp
Summary: [CSS Shapes] Move RenderBlock::layoutShapeInsideInfo into RenderBlock.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zoltan Horvath
URL:
Keywords:
Depends on:
Blocks: 121261
  Show dependency treegraph
 
Reported: 2013-10-15 10:15 PDT by Zoltan Horvath
Modified: 2013-10-15 11:06 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.81 KB, patch)
2013-10-15 10:19 PDT, Zoltan Horvath
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 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.
Comment 1 Zoltan Horvath 2013-10-15 10:19:50 PDT
Created attachment 214279 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2013-10-15 11:06:41 PDT
All reviewed patches have been landed.  Closing bug.