Index: src/gpu/gl/GrGpuGL_program.cpp |
diff --git a/src/gpu/gl/GrGpuGL_program.cpp b/src/gpu/gl/GrGpuGL_program.cpp |
index 2e6bfc4f925651d8235fa4c14ab27530e16a1e61..2f6545e9805805e7164533b5ea3fca3cb2a89607 100644 |
--- a/src/gpu/gl/GrGpuGL_program.cpp |
+++ b/src/gpu/gl/GrGpuGL_program.cpp |
@@ -227,7 +227,7 @@ bool GrGpuGL::flushGraphicsState(DrawType type, const GrDeviceCoordTexture* dstC |
return false; |
} |
- const GrGeometryStage* geometryProcessor = NULL; |
+ const GrGeometryStage* geometryProcessor = NULL; |
egdaniel
2014/10/06 14:19:02
extra spaces?
|
SkSTArray<8, const GrFragmentStage*, true> colorStages; |
SkSTArray<8, const GrFragmentStage*, true> coverageStages; |
GrGLProgramDesc desc; |