Bug 28652 - Clean up fill image geometry calculation
Summary: Clean up fill image geometry calculation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-21 23:42 PDT by mitz
Modified: 2009-08-22 09:33 PDT (History)
0 users

See Also:


Attachments
Cleanup (12.75 KB, patch)
2009-08-21 23:57 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.