Index: include/gpu/GrDrawEffect.h |
diff --git a/include/gpu/GrDrawEffect.h b/include/gpu/GrDrawEffect.h |
index 005de417eee6cb53157586bafe8816749ea28721..8dae646536560ff2a764cf130e7539ab1578a847 100644 |
--- a/include/gpu/GrDrawEffect.h |
+++ b/include/gpu/GrDrawEffect.h |
@@ -22,8 +22,8 @@ public: |
GrDrawEffect(const GrEffectStage& stage, bool explicitLocalCoords) |
: fEffectStage(&stage) |
, fExplicitLocalCoords(explicitLocalCoords) { |
- GrAssert(NULL != fEffectStage); |
- GrAssert(NULL != fEffectStage->getEffect()); |
+ SkASSERT(NULL != fEffectStage); |
+ SkASSERT(NULL != fEffectStage->getEffect()); |
} |
const GrEffectRef* effect() const { return fEffectStage->getEffect(); } |