RenderLayer::absoluteBoundingBox represents a layer's box in application coordinates and is used mostly by platform code. This change pixel snaps the rect and returns it as an IntRect to avoid exposing sub-pixel units to platform code, and because absolute coordinates make more senes to be in pixels (see also absoluteRects, which uses IntRect).
Created attachment 131690 [details] Patch
Comment on attachment 131690 [details] Patch OK.
Comment on attachment 131690 [details] Patch Thanks Eric :)
Comment on attachment 131690 [details] Patch Clearing flags on attachment: 131690 Committed r110629: <http://trac.webkit.org/changeset/110629>
All reviewed patches have been landed. Closing bug.