commit | 602836138e02935885c77f9dd93dcb51a3ec9a64 | [log] [tgz] |
---|---|---|
author | Chris Dalton <csmartdalton@google.com> | Wed Feb 14 13:38:14 2018 -0700 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Feb 15 19:37:52 2018 +0000 |
tree | 413bcff036614923dc1ca5146d9989a7aa5db165 | |
parent | 4013db8e081644b14aba5ab7f3ae08daaddb4405 [diff] [blame] |
Drop unused shader support for sample variables Bug: skia: Change-Id: I9e2b7da8c916703027d8dd4303ae67f4e69bcf87 Reviewed-on: https://skia-review.googlesource.com/107356 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>
diff --git a/src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp b/src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp index 02fa2e7..fb6e7f2 100644 --- a/src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp +++ b/src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp
@@ -36,7 +36,7 @@ return combined; } -void GrGLSLPrimitiveProcessor::setupUniformColor(GrGLSLPPFragmentBuilder* fragBuilder, +void GrGLSLPrimitiveProcessor::setupUniformColor(GrGLSLFPFragmentBuilder* fragBuilder, GrGLSLUniformHandler* uniformHandler, const char* outputName, UniformHandle* colorUniform) {