Index: src/gpu/gl/GrGLProgramEffects.cpp |
diff --git a/src/gpu/gl/GrGLProgramEffects.cpp b/src/gpu/gl/GrGLProgramEffects.cpp |
index 45edca8106c0d506e1794a9915cebd7aab26f6b0..98e813835ac82f11ddd0dfdf1f42796708647c14 100644 |
--- a/src/gpu/gl/GrGLProgramEffects.cpp |
+++ b/src/gpu/gl/GrGLProgramEffects.cpp |
@@ -461,7 +461,7 @@ void GrGLVertexProgramEffectsBuilder::emitEffect(const GrEffectStage& stage, |
const char* outColor, |
const char* inColor, |
int stageIndex) { |
- SkASSERT(NULL != fProgramEffects.get()); |
+ SkASSERT(fProgramEffects.get()); |
fProgramEffects->emitEffect(fBuilder, stage, key, outColor, inColor, stageIndex); |
} |
@@ -570,7 +570,7 @@ void GrGLPathTexGenProgramEffectsBuilder::emitEffect(const GrEffectStage& stage, |
const char* outColor, |
const char* inColor, |
int stageIndex) { |
- SkASSERT(NULL != fProgramEffects.get()); |
+ SkASSERT(fProgramEffects.get()); |
fProgramEffects->emitEffect(fBuilder, stage, key, outColor, inColor, stageIndex); |
} |