aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrDrawEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrDrawEffect.h')
-rw-r--r--include/gpu/GrDrawEffect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/GrDrawEffect.h b/include/gpu/GrDrawEffect.h
index 005de417ee..8dae646536 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(); }