While optimizing form controls and fixing their clipping, I caused...
While optimizing form controls and fixing their clipping, I caused this text zoom regression. The layout of text is necessary because it needs to recalc minmaxwidth. This is still a really unfortunate bit of code... since a lot of properties don't apply to text (e.g., borders), we're marking text renderers as dirty when we don't have to. Reviewed by mitz * rendering/RenderObject.cpp: (WebCore::RenderObject::setStyle): git-svn-id: svn://svn.chromium.org/blink/trunk@18836 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment