Removed GrEffectStage::fVertexAttribCount to fix Chrome compilation warning/error
git-svn-id: http://skia.googlecode.com/svn/trunk@8245 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
f3a60c09b9
commit
f4b6763b95
@ -159,7 +159,6 @@ public:
|
|||||||
const GrEffect* fEffect;
|
const GrEffect* fEffect;
|
||||||
SkMatrix fCoordChangeMatrix;
|
SkMatrix fCoordChangeMatrix;
|
||||||
int fVertexAttribIndices[2];
|
int fVertexAttribIndices[2];
|
||||||
int fVertexAttribCount;
|
|
||||||
SkDEBUGCODE(bool fInitialized;)
|
SkDEBUGCODE(bool fInitialized;)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user