RESOLVED FIXED 49486
[chromium] Remove assumption that GL functions are function pointers
https://bugs.webkit.org/show_bug.cgi?id=49486
Summary [chromium] Remove assumption that GL functions are function pointers
Kenneth Russell
Reported 2010-11-12 19:18:54 PST
Currently in Chromium's in-process WebGL implementation there is an assumption that the GL entry points are function pointers. This is not a good assumption; the appropriate extension queries should be made instead.
Attachments
Patch (7.15 KB, patch)
2010-11-12 19:23 PST, Kenneth Russell
jamesr: review+
kbr: commit-queue-
Kenneth Russell
Comment 1 2010-11-12 19:23:26 PST
James Robinson
Comment 2 2010-11-15 11:04:40 PST
Comment on attachment 73805 [details] Patch R=me
Kenneth Russell
Comment 3 2010-11-15 13:04:55 PST
Note You need to log in before you can comment on or make changes to this bug.