Changeset 19849 in webkit


Ignore:
Timestamp:
Feb 25, 2007 6:07:56 PM (17 years ago)
Author:
hyatt
Message:

Forgot to land FrameView.cpp in previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/page/FrameView.cpp

    r19204 r19849  
    223223        if (!root)
    224224            return;
    225        
    226         int docw = root->docWidth();
    227         int doch = root->docHeight();
    228    
    229         resizeContents(docw, doch);
     225        resizeContents(root->overflowWidth(), root->overflowHeight());
    230226    }
    231227}
     
    435431
    436432    if (!subtree && !static_cast<RenderView*>(root)->printing())
    437         resizeContents(layer->width(), layer->height());
     433        adjustViewSize();
    438434
    439435    // Now update the positions of all layers.
Note: See TracChangeset for help on using the changeset viewer.