getFilterOutsets was changed to take integer arguments in r112475 but RenderLater wasn't updated.
Created attachment 135351 [details] Patch
Comment on attachment 135351 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=135351&action=review > Source/WebCore/rendering/RenderLayer.cpp:4157 > // filtered areas with the outsets if we know that the filter is going to render in hardware. Above there are tons of implicit conversion due to calculateLayerBounds returning an IntRect, could we make those explicit?
(In reply to comment #2) > (From update of attachment 135351 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=135351&action=review > > > Source/WebCore/rendering/RenderLayer.cpp:4157 > > // filtered areas with the outsets if we know that the filter is going to render in hardware. > > Above there are tons of implicit conversion due to calculateLayerBounds returning an IntRect, could we make those explicit? That seems like a good idea, I'll go through them all tomorrow and make it explicit where it makes sense. Thanks!
Created attachment 135649 [details] Patch for landing
Comment on attachment 135649 [details] Patch for landing Clearing flags on attachment: 135649 Committed r113236: <http://trac.webkit.org/changeset/113236>
All reviewed patches have been landed. Closing bug.