| Index: src/gpu/GrEffect.cpp
|
| diff --git a/src/gpu/GrEffect.cpp b/src/gpu/GrEffect.cpp
|
| index 653a1da33cb4c2226cf340e7d2e780871d18de39..1ada34f3729332ab5dd1751b4e2aaf7211832f68 100644
|
| --- a/src/gpu/GrEffect.cpp
|
| +++ b/src/gpu/GrEffect.cpp
|
| @@ -89,6 +89,7 @@ const char* GrEffect::name() const {
|
|
|
| void GrEffect::addCoordTransform(const GrCoordTransform* transform) {
|
| fCoordTransforms.push_back(transform);
|
| + SkDEBUGCODE(transform->setInEffect();)
|
| }
|
|
|
| void GrEffect::addTextureAccess(const GrTextureAccess* access) {
|
|
|