Index: src/gpu/gl/GrGLProgram.cpp |
diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp |
index 8ef188bf2b074c2471805fc632abe8980ac307cb..aa828a24c429ff2831df1fdf51510dd8f1aac910 100644 |
--- a/src/gpu/gl/GrGLProgram.cpp |
+++ b/src/gpu/gl/GrGLProgram.cpp |
@@ -89,7 +89,7 @@ void GrGLProgram::setData(const GrPrimitiveProcessor& primProc, |
this->setFragmentData(primProc, pipeline, textureBindings); |
- if (primProc.getPixelLocalStorageState() != |
+ if (primProc.getPixelLocalStorageState() != |
GrPixelLocalStorageState::kDraw_GrPixelLocalStorageState) { |
const GrXferProcessor& xp = pipeline.getXferProcessor(); |
fXferProcessor->setData(fProgramDataManager, xp); |