Index: src/gpu/GrDrawState.h |
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h |
index ce0a583084dffc2f19f21cc03b5257c692a7c466..cc1df05ec31b03bc6fd14766857ee07addea950c 100644 |
--- a/src/gpu/GrDrawState.h |
+++ b/src/gpu/GrDrawState.h |
@@ -783,6 +783,7 @@ private: |
uint32_t fFlagBits; |
const GrVertexAttrib* fVAPtr; |
int fVACount; |
+ size_t fVertexSize; |
GrStencilSettings fStencilSettings; |
uint8_t fCoverage; |
DrawFace fDrawFace; |