Chromium Code Reviews| Index: src/gpu/gl/GrGLProgramDesc.h |
| diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h |
| index 4796d5a4b3ae1b7df23489fb55595bf5655fa83b..aefcb508e2cebf09b85d700af5374fcb9d1564cb 100644 |
| --- a/src/gpu/gl/GrGLProgramDesc.h |
| +++ b/src/gpu/gl/GrGLProgramDesc.h |
| @@ -99,7 +99,7 @@ public: |
| private: |
| // Specifies where the initial color comes from before the stages are applied. |
| enum ColorInput { |
| - kSolidWhite_ColorInput, |
| + kAllOnes_ColorInput, |
| kAttribute_ColorInput, |
| kUniform_ColorInput, |