Bug 125623

Summary: StyleResolver::adjustRenderStyle() should take RenderStyle references.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, commit-queue, esprehn+autocc, glenn, gyuyoung.kim, kling, kondapallykalyan, macpherson, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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>