Bug 37699 - [Qt] WebKit compilation fails with --3d-canvas
Summary: [Qt] WebKit compilation fails with --3d-canvas
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-16 00:01 PDT by Jarkko Sakkinen
Modified: 2010-04-16 14:27 PDT (History)
2 users (show)

See Also:


Attachments
Changes to readPixels() (1.83 KB, patch)
2010-04-16 00:12 PDT, Jarkko Sakkinen
no flags Details | Formatted Diff | Diff

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