Convert RenderBoxModelObject to new layout abstraction.
Created attachment 104456 [details] Patch
Comment on attachment 104456 [details] Patch Attachment 104456 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/9436074 New failing tests: fast/backgrounds/gradient-background-leakage.html
Comment on attachment 104456 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=104456&action=review Otherwise looks OK. > Source/WebCore/rendering/RenderBoxModelObject.cpp:590 > - FloatSize contextScale(static_cast<float>(ctm.xScale()), static_cast<float>(ctm.yScale())); > + FloatSize contextScale(static_cast<LayoutUnit>(ctm.xScale()), static_cast<LayoutUnit>(ctm.yScale())); LayoutUnit is currently an int, no?
Created attachment 104541 [details] Patch for landing
Comment on attachment 104541 [details] Patch for landing Clearing flags on attachment: 104541 Committed r93435: <http://trac.webkit.org/changeset/93435>
All reviewed patches have been landed. Closing bug.