Skip to content
  • jpetsovits@rim.com's avatar
    [BlackBerry] Remove blitContents() in favor of blitVisibleContents(). · c3bba8d0
    jpetsovits@rim.com authored
    https://bugs.webkit.org/show_bug.cgi?id=97718
    
    Reviewed by Antonio Gomes.
    
    After the last calling sites of blitContents() have
    been removed or reworked, the actual method itself
    can now retire. All blits now go through
    blitVisibleContents(). The knowledge that we always
    blit the full visible surface can facilitate further
    optimizations; we will get to that in time.
    
    * Api/BackingStore.cpp:
    (BlackBerry::WebKit::BackingStorePrivate::suspendScreenAndBackingStoreUpdates):
    (BlackBerry::WebKit::BackingStorePrivate::resumeScreenAndBackingStoreUpdates):
    (BlackBerry::WebKit::BackingStorePrivate::blitVisibleContents):
    * Api/BackingStore.h:
    * Api/BackingStore_p.h:
    (BackingStorePrivate):
    * WebCoreSupport/FrameLoaderClientBlackBerry.cpp:
    (WebCore::FrameLoaderClientBlackBerry::transitionToCommittedForNewPage):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129706 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c3bba8d0