• hyatt's avatar
    Yay! Found the main cause of :hover feedback being so · 95e28653
    hyatt authored
    	slow on links.  The diff function for styles was
    	considering a color change as a containing block layout
    	instead of just a repaint.  With this fix, we will no
    	longer lay out when you hover over a link whose color
    	is different (remember that laying out causes the whole
    	page to repaint).
    
    	There's still some work to do to optimize this further,
    	since we do repaint the containing block still, but this
    	should be good enough for beta.
    
            * khtml/rendering/render_style.cpp:
            (RenderStyle::diff):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2728 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    95e28653