Bug 57943

Summary: Move RenderBlock::positionNewFloatOnLine to RenderBlockLineLayout.cpp
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: abarth, eric, mitz, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 57851    
Attachments:
Description Flags
cleanup eric: review+

Ryosuke Niwa
Reported 2011-04-06 05:58:04 PDT
positionNewFloatOnLine is only used in RenderBlockLineLayout.cpp. We should move this function to RenderBlockLineLayout.cpp.
Attachments
cleanup (5.61 KB, patch)
2011-04-06 06:07 PDT, Ryosuke Niwa
eric: review+
Ryosuke Niwa
Comment 1 2011-04-06 06:07:45 PDT
Created attachment 88404 [details] cleanup
Eric Seidel (no email)
Comment 2 2011-04-06 06:08:56 PDT
Comment on attachment 88404 [details] cleanup Yay simple patches!
Ryosuke Niwa
Comment 3 2011-04-06 07:10:16 PDT
WebKit Review Bot
Comment 4 2011-04-06 07:34:03 PDT
http://trac.webkit.org/changeset/83042 might have broken GTK Linux 64-bit Debug
mitz
Comment 5 2011-04-06 08:13:38 PDT
RenderBlock.h used to list functions implemented in RenderBlockLineLayout.cpp in a separate section. Perhaps this is no longer the case.
Ryosuke Niwa
Comment 6 2011-04-06 08:17:19 PDT
(In reply to comment #5) > RenderBlock.h used to list functions implemented in RenderBlockLineLayout.cpp in a separate section. Perhaps this is no longer the case. Oops, I missed that. Fixing it now.
Ryosuke Niwa
Comment 7 2011-04-06 08:20:21 PDT
Note You need to log in before you can comment on or make changes to this bug.