Cracks between tiles when zoomed in
authorandersca@apple.com <andersca@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 7 Mar 2012 01:58:21 +0000 (01:58 +0000)
committerandersca@apple.com <andersca@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 7 Mar 2012 01:58:21 +0000 (01:58 +0000)
commit5aaec3f8368634a47b4a7d53c1c4e89b5b3971d6
tree6e9e2d0c11cbe819b21d45c86d4dec276c96039f
parentb531452cbb47f31d3c400f9c9eadd8497d3e788b
Cracks between tiles when zoomed in
https://bugs.webkit.org/show_bug.cgi?id=80460
<rdar://problem/10996688>

Use enclosingIntRect instead of enclosedIntRect when converting from FloatRect to IntRect.

* platform/graphics/mac/WebLayer.mm:
(drawLayerContents):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@109992 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/platform/graphics/mac/WebLayer.mm