Bug 46386 - Give line boxes an m_isVertical bit so they know if they are vertical or not.
Summary: Give line boxes an m_isVertical bit so they know if they are vertical or not.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 46123
  Show dependency treegraph
 
Reported: 2010-09-23 12:19 PDT by Dave Hyatt
Modified: 2010-09-23 13:22 PDT (History)
0 users

See Also:


Attachments
Patch (8.64 KB, patch)
2010-09-23 12:53 PDT, Dave Hyatt
mitz: 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 2010-09-23 12:19:39 PDT
Give line boxes an m_isVertical bit so they know if they are vertical or not without having to ask the containing block.
Comment 1 Dave Hyatt 2010-09-23 12:53:23 PDT
Created attachment 68570 [details]
Patch
Comment 2 Dave Hyatt 2010-09-23 13:22:04 PDT
Fixed in r68186.