[Webkit-unassigned] [Bug 40746] WebGLShader now keeps track of its shader type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 22:02:14 PDT 2010


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


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #59015|review?                     |review-
               Flag|                            |




--- Comment #4 from Sam Weinig <sam at webkit.org>  2010-06-17 22:02:14 PST ---
(From update of attachment 59015)
>  WebGLShader::WebGLShader(WebGLRenderingContext* ctx, GraphicsContext3D::WebGLEnumType type)
> -    : CanvasObject(ctx)
> +    : CanvasObject(ctx), m_shaderType(type)

The ", m_shaderType(type)" should be on its own line.


This change is also missing a ChangeLog.  Please read http://webkit.org/coding/contributing.html for more information on how to do this.

-- 
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