Remove constructors from GrVertexAttrib.
authorjvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 1 Mar 2013 20:30:01 +0000 (20:30 +0000)
committerjvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 1 Mar 2013 20:30:01 +0000 (20:30 +0000)
commit3b0d631cdfe2dcf59e7b7ea60d92566eade7bfc0
tree8c416b03a5c1c1776c2cbbf0b5fed1be76022e94
parentcef21e415b4b1fd7ed25a447a05d82a1b756c703
Remove constructors from GrVertexAttrib.

It fits our style better to use initializer lists, so the constructors have
been removed and replaced with said lists.

Review URL: https://codereview.chromium.org/12379052

git-svn-id: http://skia.googlecode.com/svn/trunk@7936 2bbb7eff-a529-9590-31e7-b0007b416f81
src/gpu/GrAAConvexPathRenderer.cpp
src/gpu/GrAAHairLinePathRenderer.cpp
src/gpu/GrAARectRenderer.cpp
src/gpu/GrContext.cpp
src/gpu/GrDrawState.cpp
src/gpu/GrDrawState.h
src/gpu/GrDrawTarget.cpp
src/gpu/GrInOrderDrawBuffer.cpp
src/gpu/GrTextContext.cpp