| Index: src/core/SkRecorder.cpp
|
| diff --git a/src/core/SkRecorder.cpp b/src/core/SkRecorder.cpp
|
| index 656cf91eb8403e09181e55bc4a4a7c7b53a5f255..a2ef00bfe2b2f14989bcd590d13d1260310506b6 100644
|
| --- a/src/core/SkRecorder.cpp
|
| +++ b/src/core/SkRecorder.cpp
|
| @@ -244,7 +244,7 @@ void SkRecorder::didConcat(const SkMatrix& matrix) {
|
| }
|
|
|
| void SkRecorder::didSetMatrix(const SkMatrix& matrix) {
|
| - SkDEBUGCODE(if (matrix != this->getTotalMatrix()) {
|
| + SkDEVCODE(if (matrix != this->getTotalMatrix()) {
|
| matrix.dump();
|
| this->getTotalMatrix().dump();
|
| SkASSERT(matrix == this->getTotalMatrix());
|
|
|