Bug 130439 - [WebGL] Destroy EAGLContext's backing store
Summary: [WebGL] Destroy EAGLContext's backing store
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-18 18:55 PDT by Dean Jackson
Modified: 2014-03-18 19:02 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.54 KB, patch)
2014-03-18 18:58 PDT, Dean Jackson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2014-03-18 18:55:22 PDT
Make sure we discard the EAGLContext's backing store as we are deleting a GC3D.

<rdar://problem/16295217>
Comment 1 Dean Jackson 2014-03-18 18:58:13 PDT
Created attachment 227143 [details]
Patch
Comment 2 Dean Jackson 2014-03-18 19:02:49 PDT
Committed r165865: <http://trac.webkit.org/changeset/165865>