Few RenderLayer functions use LayoutPoint to represent offset values. Use LayoutSize instead.
Created attachment 233535 [details] Patch
Comment on attachment 233535 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=233535&action=review > Source/WebCore/platform/graphics/LayoutSize.h:195 > +inline FloatSize roundedForPainting(const LayoutSize& size, float pixelSnappingFactor) but...but...how can you snap a size without knowing the location?
(In reply to comment #2) > (From update of attachment 233535 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=233535&action=review > > > Source/WebCore/platform/graphics/LayoutSize.h:195 > > +inline FloatSize roundedForPainting(const LayoutSize& size, float pixelSnappingFactor) > > but...but...how can you snap a size without knowing the location? It's magic! but yea, I should undo this.
Created attachment 233579 [details] Patch
Comment on attachment 233579 [details] Patch Clearing flags on attachment: 233579 Committed r170273: <http://trac.webkit.org/changeset/170273>
All reviewed patches have been landed. Closing bug.