Changeset 109135 in webkit
- Timestamp:
 - Feb 28, 2012, 12:06:14 PM (14 years ago)
 - Location:
 - trunk/Source/WebKit/blackberry
 - Files:
 - 
      
- 2 edited
 
- 
          
  Api/WebPage.cpp (modified) (2 diffs)
 - 
          
  ChangeLog (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/Source/WebKit/blackberry/Api/WebPage.cpp
r109051 r109135 2782 2782 } 2783 2783 2784 void WebPage::destroyWebPageCompositor() 2785 { 2786 #if USE(ACCELERATED_COMPOSITING) 2787 // Destroy the layer renderer in a sync command before we destroy the backing store, 2788 // to flush any pending compositing messages on the compositing thread. 2789 // The backing store is indirectly deleted by the 'detachFromParent' call below. 2790 d->syncDestroyCompositorOnCompositingThread(); 2791 #endif 2792 } 2793 2784 2794 void WebPage::destroy() 2785 2795 { … … 5337 5347 } 5338 5348 5339 void WebPage::destroyWebPageCompositor()5340 {5341 #if USE(ACCELERATED_COMPOSITING)5342 // Destroy the layer renderer in a sync command before we destroy the backing store,5343 // to flush any pending compositing messages on the compositing thread.5344 // The backing store is indirectly deleted by the 'detachFromParent' call below.5345 d->syncDestroyCompositorOnCompositingThread();5346 #endif5347 }5348 5349 5349 void WebPagePrivate::destroyLayerResources() 5350 5350 {  - 
      
trunk/Source/WebKit/blackberry/ChangeLog
r109123 r109135 1 2012-02-28 Jacky Jiang <zhajiang@rim.com> 2 3 [BlackBerry] x86 build fix after cleaning up WebPage.cpp 4 https://bugs.webkit.org/show_bug.cgi?id=79814 5 6 Reviewed by Antonio Gomes. 7 8 x86 build fix, keep WebPage::destroyWebPageCompositor() method where it 9 was which was outside of USE(ACCELERATED_COMPOSITING). 10 11 * Api/WebPage.cpp: 12 (BlackBerry::WebKit::WebPage::destroyWebPageCompositor): 13 (WebKit): 14 1 15 2012-02-28 Mike Fenton <mifenton@rim.com> 2 16  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.