[Webkit-unassigned] [Bug 66788] [chromium] Make WebGL context current before querying for extensions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 13:58:01 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66788


Iain Merrick <husky at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #104867|0                           |1
        is obsolete|                            |




--- Comment #4 from Iain Merrick <husky at google.com>  2011-08-23 13:58:02 PST ---
Created an attachment (id=104910)
 --> (https://bugs.webkit.org/attachment.cgi?id=104910&action=review)
Added asserts to catch (some) incorrect usage

I needed GraphicsContext3DInternal to handle onContextLost for this CL, which it was not currently doing. I've done this by inheriting it from WebGraphicsContextLostCallback, which means we #include WebGraphicsContext3D rather than forward-declaring it; is that okay, or does it need to be hidden inside an adapter object?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list