Bug 37699

Summary: [Qt] WebKit compilation fails with --3d-canvas
Product: WebKit Reporter: Jarkko Sakkinen <jarkko.j.sakkinen>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, hausmann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Changes to readPixels() none

Description Jarkko Sakkinen 2010-04-16 00:01:00 PDT
GraphicsContext3D.h API has suddenly changed from PassRefPtr<WebGLArray> readPixels(long x, long y, unsigned long width, unsigned long height, unsigned long format, unsigned long type) to 
void readPixels(long x, long y, unsigned long width, unsigned long height, unsigned long format, unsigned long type, void* data).
Comment 1 Jarkko Sakkinen 2010-04-16 00:12:15 PDT
Created attachment 53519 [details]
Changes to readPixels()
Comment 2 Jarkko Sakkinen 2010-04-16 00:58:38 PDT
Simon, can you go through this?
Comment 3 WebKit Commit Bot 2010-04-16 14:27:13 PDT
Comment on attachment 53519 [details]
Changes to readPixels() 

Clearing flags on attachment: 53519

Committed r57745: <http://trac.webkit.org/changeset/57745>
Comment 4 WebKit Commit Bot 2010-04-16 14:27:18 PDT
All reviewed patches have been landed.  Closing bug.