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:
parent
df3695e5c7
commit
59dd7162a3
@ -116,7 +116,7 @@ public:
|
||||
|
||||
|
||||
private:
|
||||
GrRectEffect::GrRectEffect() : GrEffect() {
|
||||
GrRectEffect() : GrEffect() {
|
||||
this->addVertexAttrib(kVec4f_GrSLType);
|
||||
this->addVertexAttrib(kVec2f_GrSLType);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user