summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/src/gpu/gl/GrGLProgramDesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/src/gpu/gl/GrGLProgramDesc.h')
-rw-r--r--chromium/third_party/skia/src/gpu/gl/GrGLProgramDesc.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/third_party/skia/src/gpu/gl/GrGLProgramDesc.h b/chromium/third_party/skia/src/gpu/gl/GrGLProgramDesc.h
index ec3f0979068..9165f4eb8b1 100644
--- a/chromium/third_party/skia/src/gpu/gl/GrGLProgramDesc.h
+++ b/chromium/third_party/skia/src/gpu/gl/GrGLProgramDesc.h
@@ -11,6 +11,7 @@
#include "GrGLEffect.h"
#include "GrDrawState.h"
#include "GrGLShaderBuilder.h"
+#include "GrGpu.h"
class GrGpuGL;
@@ -64,7 +65,7 @@ public:
* be treated as color stages in the output.
*/
static void Build(const GrDrawState&,
- bool isPoints,
+ GrGpu::DrawType drawType,
GrDrawState::BlendOptFlags,
GrBlendCoeff srcCoeff,
GrBlendCoeff dstCoeff,
@@ -151,9 +152,6 @@ private:
// effects that read the fragment position.
// Otherwise, 0.
- // should the FS discard if the coverage is zero (to avoid stencil manipulation)
- SkBool8 fDiscardIfZeroCoverage;
-
ColorInput fColorInput : 8;
ColorInput fCoverageInput : 8;
CoverageOutput fCoverageOutput : 8;