Index: src/gpu/gl/GrGLProgramDesc.h |
diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h |
index c8aae19503ff6a1654e5976112d07d6972c5dfad..a1e5077183d7cbea0b9e37cc314ea41ed0457cc1 100644 |
--- a/src/gpu/gl/GrGLProgramDesc.h |
+++ b/src/gpu/gl/GrGLProgramDesc.h |
@@ -102,7 +102,6 @@ private: |
// Specifies where the initial color comes from before the stages are applied. |
enum ColorInput { |
kSolidWhite_ColorInput, |
- kTransBlack_ColorInput, |
kAttribute_ColorInput, |
kUniform_ColorInput, |