Bug 128086

Summary: RenderSVGInlineText::computeNewScaledFontForStyle() should take references.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, d-r, esprehn+autocc, fmalita, glenn, gyuyoung.kim, kling, kondapallykalyan, pdr, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2014-02-02 16:12:19 PST
RenderSVGInlineText::computeNewScaledFontForStyle() should take references.
Comment 1 Andreas Kling 2014-02-02 16:12:46 PST
Created attachment 222943 [details]
Patch
Comment 2 Darin Adler 2014-02-02 16:16:15 PST
Comment on attachment 222943 [details]
Patch

Great changes. I made some of these same changes in my tree today.

Can we use a type more specific than RenderObject for any of this?
Comment 3 Andreas Kling 2014-02-02 16:23:13 PST
(In reply to comment #2)
> Can we use a type more specific than RenderObject for any of this?

Alas, this codepath is used by both text and element renderers at the moment.
Comment 4 WebKit Commit Bot 2014-02-02 16:59:02 PST
Comment on attachment 222943 [details]
Patch

Clearing flags on attachment: 222943

Committed r163276: <http://trac.webkit.org/changeset/163276>
Comment 5 WebKit Commit Bot 2014-02-02 16:59:05 PST
All reviewed patches have been landed.  Closing bug.