Bug 103527

Summary: Regression(r135962): m_pendingSyncBackingStores needs to be cleared in LayerTreeRenderer::purgeGLResources()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: dongseong.hwang, jturcotte, jussi.kukkonen, kenneth, noam, webkit.review.bot, zeno
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 103171    
Attachments:
Description Flags
Patch none

Description Chris Dumez 2012-11-28 07:39:04 PST
We currently don't clear m_pendingSyncBackingStores in LayerTreeRenderer::purgeGLResources(), which means that we may try to assign backing stores to layers after TextureMapperLayer::clearBackingStoresRecursive() has been called.
Comment 1 Chris Dumez 2012-11-28 07:41:56 PST
Created attachment 176485 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-28 08:55:06 PST
Comment on attachment 176485 [details]
Patch

Clearing flags on attachment: 176485

Committed r136016: <http://trac.webkit.org/changeset/136016>
Comment 3 WebKit Review Bot 2012-11-28 08:55:09 PST
All reviewed patches have been landed.  Closing bug.