Bug 28652

Summary: Clean up fill image geometry calculation
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Cleanup darin: review+

Description mitz 2009-08-21 23:42:24 PDT
Patch forthcoming.
Comment 1 mitz 2009-08-21 23:57:13 PDT
Created attachment 38430 [details]
Cleanup
Comment 2 mitz 2009-08-22 01:31:07 PDT
Comment on attachment 38430 [details]
Cleanup

I think I should also rename the 2nd parameter to calculateFillTileSize() to positioningAreaSize, to match the call site.
Comment 3 Darin Adler 2009-08-22 05:42:32 PDT
Comment on attachment 38430 [details]
Cleanup

> +            calculateBackgroundSize() to this. Replaced spearate scaledWidth and

Misspelling of separate here.

r=me
Comment 4 mitz 2009-08-22 09:33:23 PDT
Committed <http://trac.webkit.org/projects/webkit/changeset/47674>.