Index: src/gpu/GrProgramDesc.h |
diff --git a/src/gpu/GrProgramDesc.h b/src/gpu/GrProgramDesc.h |
index b51da04658533e0782ea9498ceff54443633551e..655254f892360c0f84550aaa440fadda0e05edf2 100644 |
--- a/src/gpu/GrProgramDesc.h |
+++ b/src/gpu/GrProgramDesc.h |
@@ -102,6 +102,8 @@ |
uint8_t fFragPosKey; // set by GrGLShaderBuilder if there are |
// effects that read the fragment position. |
// Otherwise, 0. |
+ |
+ SkBool8 fEmitsPointSize; |
ColorInput fColorInput : 8; |
ColorInput fCoverageInput : 8; |