Bug 163856

Summary: WebGLRenderingContextBase.texImage2D() should use a union instead of overloading
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: CanvasAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, dino, esprehn+autocc, graouts, gyuyoung.kim, kondapallykalyan, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=163853
Bug Depends on:    
Bug Blocks: 163791    
Attachments:
Description Flags
Patch none

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.