Skip to content
  • eric@webkit.org's avatar
    Reviewed by beth. · 25a1cdf3
    eric@webkit.org authored
            Rename Frame::renderer() to contentRenderer() and fix uses.
    
            * WebCore.base.exp:
            * editing/Editor.cpp:
            (WebCore::Editor::respondToChangedContents):
            * loader/FrameLoader.cpp:
            (WebCore::FrameLoader::gotoAnchor):
            * page/DragController.cpp:
            (WebCore::DragController::canProcessDrag):
            (WebCore::DragController::mayStartDragAtEventLocation):
            (WebCore::DragController::startDrag):
            * page/EventHandler.cpp:
            (WebCore::EventHandler::eventMayStartDrag):
            (WebCore::EventHandler::updateSelectionForMouseDrag):
            (WebCore::EventHandler::hitTestResultAtPoint):
            (WebCore::EventHandler::hoverTimerFired):
            (WebCore::EventHandler::handleDrag):
            * page/Frame.cpp:
            (WebCore::Frame::selectionLayoutChanged):
            (WebCore::Frame::contentRenderer):
            (WebCore::Frame::paint):
            (WebCore::Frame::markAllMatchesForText):
            (WebCore::Frame::documentAtPoint):
            * page/Frame.h:
            * page/FrameView.cpp:
            (WebCore::FrameView::~FrameView):
            (WebCore::FrameView::adjustViewSize):
            (WebCore::FrameView::layout):
            (WebCore::FrameView::scheduleRelayoutOfSubtree):
            (WebCore::FrameView::needsLayout):
            (WebCore::FrameView::setNeedsLayout):
            (WebCore::FrameView::updateControlTints):
            * rendering/RenderTreeAsText.cpp:
            (WebCore::write):
            * svg/graphics/SVGImage.cpp:
            (WebCore::SVGImage::nativeImageForCurrentFrame):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@32231 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    25a1cdf3