Show
Ignore:
Timestamp:
10/09/08 20:15:31 (6 weeks ago)
Author:
simon.fraser@apple.com
Message:

2008-10-09 Simon Fraser <simon.fraser@apple.com>

Reviewed by Dave Hyatt

https://bugs.webkit.org/show_bug.cgi?id=20947

Refactor setStyle() methods into styleWillChange()
and styleDidChange(), so most of the setStyle() overrides can
be removed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/rendering/RenderInline.h

    r37252 r37464  
    5151                   RenderObject* newChild, RenderFlow* oldCont); 
    5252 
    53     virtual void setStyle(const RenderStyle*); 
    54  
    5553    virtual void layout() { } // Do nothing for layout() 
    5654 
     
    7573 
    7674protected: 
     75    virtual void styleDidChange(RenderStyle::Diff, const RenderStyle* oldStyle); 
     76 
    7777    static RenderInline* cloneInline(RenderFlow* src); 
    7878