[webkit-reviews] review granted: [Bug 34545] [WinCairo] Properly Handle Margin Settings : [Attachment 48078] Revised patch, remove two extra spaces in function calls.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 09:07:07 PST 2010


Adam Roben (aroben) <aroben at apple.com> has granted Brent Fulgham
<bfulgham at webkit.org>'s request for review:
Bug 34545: [WinCairo] Properly Handle Margin Settings
https://bugs.webkit.org/show_bug.cgi?id=34545

Attachment 48078: Revised patch, remove two extra spaces in function calls.
https://bugs.webkit.org/attachment.cgi?id=48078&action=review

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
> +    cairoMarginRect.scale(1.0f / scale);

You can just say "1 / scale" here. The 1 will get promoted to a float
automatically.

r=me


More information about the webkit-reviews mailing list