Bug 48441

Summary: Fix enum naming style violation in GraphicsContext3D
Product: WebKit Reporter: Zhenyao Mo <zmo>
Component: WebGLAssignee: Zhenyao Mo <zmo>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin, enne, kbr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch kbr: review+, zmo: commit-queue-

Description Zhenyao Mo 2010-10-27 10:55:19 PDT
Currently they start with "k", which is Google style, but not Webkit style.
Comment 1 Zhenyao Mo 2010-10-28 15:25:26 PDT
Created attachment 72244 [details]
patch
Comment 2 Kenneth Russell 2010-10-28 15:40:12 PDT
Comment on attachment 72244 [details]
patch

Looks good as long as it all compiles.
Comment 3 Zhenyao Mo 2010-10-28 16:08:40 PDT
I'll wait until all ports pass to commit.
Comment 4 Zhenyao Mo 2010-11-01 10:36:33 PDT
Committed r71034: <http://trac.webkit.org/changeset/71034>