Bug 46196 - Add marginBefore/After/Start/End accessors to RenderBoxModelObject and subclasses
Summary: Add marginBefore/After/Start/End accessors to RenderBoxModelObject and subcla...
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-21 09:55 PDT by Dave Hyatt
Modified: 2010-09-21 10:49 PDT (History)
0 users

See Also:


Attachments
Patch (7.56 KB, patch)
2010-09-21 09:59 PDT, Dave Hyatt
no flags Details | Formatted Diff | Diff
Patch (7.56 KB, patch)
2010-09-21 10:01 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-21 09:55:12 PDT
Add marginBefore/After/Start/End accessors to RenderBoxModelObject and subclasses.
Comment 1 Dave Hyatt 2010-09-21 09:59:58 PDT
Created attachment 68252 [details]
Patch
Comment 2 Dave Hyatt 2010-09-21 10:01:25 PDT
Created attachment 68253 [details]
Patch
Comment 3 mitz 2010-09-21 10:05:04 PDT
Comment on attachment 68253 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=68253&action=review

> WebCore/rendering/RenderInline.h:44
> +    virtual int marginTop() const;
> +    virtual int marginBottom() const;

Any reason why these need to be public now (or, for that matter, any of the new methods)?
Comment 4 Dave Hyatt 2010-09-21 10:49:38 PDT
Fixed in r67964.