Bug 121502 - Move line grid functions out of RenderBlock and into RenderBlockFlow
Summary: Move line grid functions out of RenderBlock and into RenderBlockFlow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-17 10:00 PDT by Dave Hyatt
Modified: 2013-09-27 11:21 PDT (History)
4 users (show)

See Also:


Attachments
Patch (12.83 KB, patch)
2013-09-17 10:01 PDT, Dave Hyatt
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2013-09-17 10:00:34 PDT
Only RenderBlockFlows establish line grids, so move all that functionality down into RenderBlockFlow.
Comment 1 Dave Hyatt 2013-09-17 10:01:21 PDT
Created attachment 211919 [details]
Patch
Comment 2 Dave Hyatt 2013-09-27 11:21:56 PDT
Landed.