Bug 125623 - StyleResolver::adjustRenderStyle() should take RenderStyle references.
Summary: StyleResolver::adjustRenderStyle() should take RenderStyle references.
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: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-12 02:41 PST by Andreas Kling
Modified: 2013-12-13 01:53 PST (History)
9 users (show)

See Also:


Attachments
Patch (40.88 KB, patch)
2013-12-12 02:42 PST, Andreas Kling
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-12-12 02:41:37 PST
Lazy morning patch incoming.
Comment 1 Andreas Kling 2013-12-12 02:42:11 PST
Created attachment 219064 [details]
Patch
Comment 2 Anders Carlsson 2013-12-12 08:09:53 PST
Comment on attachment 219064 [details]
Patch

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

> Source/WebCore/rendering/RenderTheme.h:77
> +    void adjustStyle(StyleResolver&, RenderStyle&, Element*,  bool UAHasAppearance,
>                       const BorderData&, const FillLayer&, const Color& backgroundColor);

I'd fix the indentation and extra space here.
Comment 3 Andreas Kling 2013-12-13 01:53:45 PST
Committed r160539: <http://trac.webkit.org/changeset/160539>