Bug 35419

Summary: [Qt] WebGL: does not update canvas when WTF_ACCELERATED_COMPOSITING is enabled
Product: WebKit Reporter: Jarkko Sakkinen <jarkko.sakkinen>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Adds runtime check for accelerated composition in WebGLRenderingContext::markContextChanged()
none
Same fix, added missing bug URL. none

Description Jarkko Sakkinen 2010-02-25 22:00:49 PST
HTMLCanvasElement::buffer() and HTMLCanvasElement::willDraw() are called only once for the canvas element.
Comment 1 Jarkko Sakkinen 2010-02-26 00:29:38 PST
Created attachment 49571 [details]
Adds runtime check for accelerated composition in WebGLRenderingContext::markContextChanged()
Comment 2 Jarkko Sakkinen 2010-02-26 01:06:49 PST
Created attachment 49573 [details]
Same fix, added missing bug URL.
Comment 3 WebKit Commit Bot 2010-02-26 13:33:17 PST
Comment on attachment 49573 [details]
Same fix, added missing bug URL.

Clearing flags on attachment: 49573

Committed r55306: <http://trac.webkit.org/changeset/55306>
Comment 4 WebKit Commit Bot 2010-02-26 13:33:21 PST
All reviewed patches have been landed.  Closing bug.