| Index: include/gpu/GrEffectStage.h
|
| diff --git a/include/gpu/GrEffectStage.h b/include/gpu/GrEffectStage.h
|
| index 65c7bebdc7056f7da58960ea61e489fd5c2cd73d..f4cee514176201c8516d00e8b73398f3f44d1c39 100644
|
| --- a/include/gpu/GrEffectStage.h
|
| +++ b/include/gpu/GrEffectStage.h
|
| @@ -43,8 +43,8 @@ public:
|
|
|
| static bool AreCompatible(const GrEffectStage& a, const GrEffectStage& b,
|
| bool usingExplicitLocalCoords) {
|
| - SkASSERT(NULL != a.fEffect.get());
|
| - SkASSERT(NULL != b.fEffect.get());
|
| + SkASSERT(a.fEffect.get());
|
| + SkASSERT(b.fEffect.get());
|
|
|
| if (!a.getEffect()->isEqual(*b.getEffect())) {
|
| return false;
|
|
|