Bug 103527 - Regression(r135962): m_pendingSyncBackingStores needs to be cleared in LayerTreeRenderer::purgeGLResources()
Summary: Regression(r135962): m_pendingSyncBackingStores needs to be cleared in LayerT...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 103171
  Show dependency treegraph
 
Reported: 2012-11-28 07:39 PST by Chris Dumez
Modified: 2012-11-28 08:55 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.54 KB, patch)
2012-11-28 07:41 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.