Index: src/gpu/gl/GrGLGpu.h |
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h |
index f6a48d7589869af0714572051c75f64ed0a8973c..73a6c497ed7e44232bec05085c1c919688571c44 100644 |
--- a/src/gpu/gl/GrGLGpu.h |
+++ b/src/gpu/gl/GrGLGpu.h |
@@ -448,6 +448,7 @@ private: |
} fHWBlendState; |
TriState fMSAAEnabled; |
+ TriState fCoverageModulationEnabled; |
Mark Kilgard
2015/04/08 03:20:09
is fCoverageModulationMode a better name for this?
vbuzinov
2015/04/08 12:05:30
Since we only use GL_RGBA at this point I thought
|
GrStencilSettings fHWStencilSettings; |
TriState fHWStencilTestEnabled; |