Show
Ignore:
Timestamp:
03/19/06 18:57:59 (3 years ago)
Author:
darin
Message:
  • global rename, done by script
  • <lots of files>: Renamed XXXImpl to XXX, and a number of other renames. See WebKitTools/Scripts/do-webcore-rename version 13392 for details.
Files:
1 moved

Legend:

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

    r13067 r13393  
    4343{ 
    4444public: 
    45     RenderFlow(DOM::NodeImpl* node) 
     45    RenderFlow(WebCore::Node* node) 
    4646      : RenderContainer(node), m_lineHeight(-1) 
    4747    { m_continuation = 0; m_firstLineBox = 0; m_lastLineBox = 0;} 
     
    5555    virtual void addChild(RenderObject *newChild, RenderObject *beforeChild = 0); 
    5656 
    57     static RenderFlow* createAnonymousFlow(DOM::DocumentImpl* doc, RenderStyle* style); 
     57    static RenderFlow* createAnonymousFlow(WebCore::Document* doc, RenderStyle* style); 
    5858 
    5959    void extractLineBox(InlineFlowBox* lineBox);