[webkit-dev] Forcing relayout on style change

2011-11-17 Thread Fady Samuel
Hi all, I've been in the process of implementing the aspect-ratio CSS property. I have a patch that plumbs the property to RenderStyle. I'd like to include code that force relayout upon a change to aspect ratio on the associated RenderBox.. Here's a patch from a couple of days ago of what I

Re: [webkit-dev] Forcing relayout on style change

2011-11-17 Thread Fady Samuel
Perfect! This is exactly what I was looking for, thanks! Fady On Thu, Nov 17, 2011 at 11:11 AM, Dan Bernstein m...@apple.com wrote: On Nov 17, 2011, at 7:55 AM, Fady Samuel fsam...@chromium.org wrote: Hi all, I've been in the process of implementing the aspect-ratio CSS property. I have