[Webkit-unassigned] [Bug 128842] Margin tiles are not created for top and left sides when there is a < 1.0 scale factor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 14 14:20:19 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128842


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #224252|review?                     |review+
               Flag|                            |




--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com>  2014-02-14 14:17:33 PST ---
(From update of attachment 224252)
View in context: https://bugs.webkit.org/attachment.cgi?id=224252&action=review

> Source/WebCore/platform/graphics/ca/mac/TileController.mm:474
> +        topLeft.setX(floor((float)clampedRect.x() / leftMarginWidth()));

floorf?

> Source/WebCore/platform/graphics/ca/mac/TileController.mm:479
> +        topLeft.setY(floor((float)clampedRect.y() / topMarginHeight()));

Ditto.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list