Skip to content
  • tonikitoo@webkit.org's avatar
    [BlackBerry] Clean up BackingStoreClient (part I) · 2c1febaf
    tonikitoo@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=99327
    
    Reviewed by Yong Li.
    Patch by Antonio Gomes <agomes@rim.com>
    
    Now that we won't use the BackingStoreClient code path to scroll inner frames at all
    (instead we use AC layers!), we can remove all "!isMainFrame" code paths.
    
    No behavior change, since the code path being removed was not in use.
    
    * WebKitSupport/BackingStoreClient.cpp:
    (BlackBerry::WebKit::BackingStoreClient::absoluteRect):
    (BlackBerry::WebKit::BackingStoreClient::transformedActualVisibleSize):
    (BlackBerry::WebKit::BackingStoreClient::viewportSize):
    (BlackBerry::WebKit::BackingStoreClient::transformedViewportSize):
    (BlackBerry::WebKit::BackingStoreClient::visibleContentsRect):
    (BlackBerry::WebKit::BackingStoreClient::transformedVisibleContentsRect):
    (BlackBerry::WebKit::BackingStoreClient::checkOriginOfCurrentScrollOperation):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@131305 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    2c1febaf