Skip to content
  • commit-queue@webkit.org's avatar
    The unused ScrollView* argument can and should be removed from · d673769b
    commit-queue@webkit.org authored
    scrollRectIntoView.
    https://bugs.webkit.org/show_bug.cgi?id=67117
    
    Patch by Kaustubh Atrawalkar <kaustubh@motorola.com> on 2011-08-30
    Reviewed by Darin Adler.
    
    Source/WebCore:
    
    * loader/EmptyClients.h:
    (WebCore::EmptyChromeClient::scrollRectIntoView):
    * page/Chrome.cpp:
    (WebCore::Chrome::scrollRectIntoView):
    * page/ChromeClient.h:
    (WebCore::ChromeClient::scrollRectIntoView):
    
    Source/WebKit/chromium:
    
    * src/WebPopupMenuImpl.cpp:
    (WebKit::WebPopupMenuImpl::scrollRectIntoView):
    * src/WebPopupMenuImpl.h:
    
    Source/WebKit/efl:
    
    * WebCoreSupport/ChromeClientEfl.h:
    (WebCore::ChromeClientEfl::scrollRectIntoView):
    
    Source/WebKit/gtk:
    
    * WebCoreSupport/ChromeClientGtk.h:
    (WebKit::ChromeClient::scrollRectIntoView):
    
    Source/WebKit/haiku:
    
    * WebCoreSupport/ChromeClientHaiku.cpp:
    (WebCore::ChromeClientHaiku::scrollRectIntoView):
    
    Source/WebKit/mac:
    
    * WebCoreSupport/WebChromeClient.h:
    * WebCoreSupport/WebChromeClient.mm:
    (WebChromeClient::scrollRectIntoView):
    
    Source/WebKit/qt:
    
    * WebCoreSupport/ChromeClientQt.h:
    (WebCore::ChromeClientQt::scrollRectIntoView):
    
    Source/WebKit/win:
    
    * WebCoreSupport/WebChromeClient.h:
    (WebChromeClient::scrollRectIntoView):
    
    Source/WebKit/wince:
    
    * WebCoreSupport/ChromeClientWinCE.h:
    
    Source/WebKit/wx:
    
    * WebKitSupport/ChromeClientWx.h:
    (WebCore::ChromeClientWx::scrollRectIntoView):
    
    Source/WebKit2:
    
    * WebProcess/WebCoreSupport/WebChromeClient.cpp:
    (WebKit::WebChromeClient::scrollRectIntoView):
    * WebProcess/WebCoreSupport/WebChromeClient.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@94080 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    d673769b