Fix compiler warning/error in r8571

git-svn-id: http://skia.googlecode.com/svn/trunk@8572 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2013-04-09 14:08:15 +00:00
parent df3695e5c7
commit 59dd7162a3

View File

@ -116,7 +116,7 @@ public:
private:
GrRectEffect::GrRectEffect() : GrEffect() {
GrRectEffect() : GrEffect() {
this->addVertexAttrib(kVec4f_GrSLType);
this->addVertexAttrib(kVec2f_GrSLType);
}