RESOLVED FIXED Bug 37699
[Qt] WebKit compilation fails with --3d-canvas
https://bugs.webkit.org/show_bug.cgi?id=37699
Summary [Qt] WebKit compilation fails with --3d-canvas
Jarkko Sakkinen
Reported 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).
Attachments
Changes to readPixels() (1.83 KB, patch)
2010-04-16 00:12 PDT, Jarkko Sakkinen
no flags
Jarkko Sakkinen
Comment 1 2010-04-16 00:12:15 PDT
Created attachment 53519 [details] Changes to readPixels()
Jarkko Sakkinen
Comment 2 2010-04-16 00:58:38 PDT
Simon, can you go through this?
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2010-04-16 14:27:18 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.