reduce code complexity. - if (renderer().style().hasBorderRadius()) - newOverflowClip.setHasRadius(true); + newOverflowClip.setHasRadius(renderer().style().hasBorderRadius()); - if (renderer().style().hasBorderRadius()) - foregroundRect.setHasRadius(true); + foregroundRect.setHasRadius(renderer().style().hasBorderRadius());
Created attachment 233983 [details] Patch
Comment on attachment 233983 [details] Patch Clearing flags on attachment: 233983 Committed r170532: <http://trac.webkit.org/changeset/170532>
All reviewed patches have been landed. Closing bug.