Skip to content
  • tonikitoo@webkit.org's avatar
    [BlackBerry] Obsolete the in-region scroll codepath prior to BB10's · f00bed9e
    tonikitoo@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=94839
    PR #197775
    
    Reviewed by George Staikos.
    Patch by Antonio Gomes <agomes@rim.com>
    
    This codepath is not needed anymore, so lets let it RIP.
    
    The only code addition is due to some code I've moved from WebPagePrivate::scrollNodeRecursively
    and WebPagePrivate::scrollBy to InRegionScrollerPrivate::setLayerScrollPosition.
    Rest is code removal ...
    
    * Api/InRegionScroller.cpp:
    (BlackBerry::WebKit::InRegionScrollerPrivate::setLayerScrollPosition):
    * Api/InRegionScroller_p.h:
    (InRegionScrollerPrivate):
    * Api/WebPage.cpp:
    (BlackBerry::WebKit::WebPagePrivate::scrollBy):
    (BlackBerry::WebKit::WebPage::scrollBy):
    * Api/WebPage.h:
    * Api/WebPage_p.h:
    (WebPagePrivate):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@126514 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    f00bed9e