Bug 163856 - WebGLRenderingContextBase.texImage2D() should use a union instead of overloading
Summary: WebGLRenderingContextBase.texImage2D() should use a union instead of overloading
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 163791
  Show dependency treegraph
 
Reported: 2016-10-22 14:41 PDT by Chris Dumez
Modified: 2016-10-22 16:31 PDT (History)
8 users (show)

See Also:


Attachments
Patch (18.91 KB, patch)
2016-10-22 15:08 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-10-22 14:41:35 PDT
WebGLRenderingContextBase.texImage2D() should use a union instead of overloading:
- https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.14
Comment 1 Darin Adler 2016-10-22 14:57:21 PDT
You don’t *really* have to wait. I don’t mind merging this with my exception work on the same functions.
Comment 2 Chris Dumez 2016-10-22 15:08:15 PDT
Created attachment 292509 [details]
Patch
Comment 3 Chris Dumez 2016-10-22 16:31:26 PDT
Comment on attachment 292509 [details]
Patch

Clearing flags on attachment: 292509

Committed r207719: <http://trac.webkit.org/changeset/207719>
Comment 4 Chris Dumez 2016-10-22 16:31:32 PDT
All reviewed patches have been landed.  Closing bug.