Bug 122843

Summary: [CSS Shapes] Move RenderBlock::layoutShapeInsideInfo into RenderBlock.cpp
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: CSSAssignee: Zoltan Horvath <zoltan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 121261    
Attachments:
Description Flags
Patch none

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.