Index: src/pdf/SkPDFDevice.cpp |
diff --git a/src/pdf/SkPDFDevice.cpp b/src/pdf/SkPDFDevice.cpp |
index efd2b02b50709a53d169d9697616563b3f168c59..2f0ed0cbe2c686cce4ff06daac53ae827fe808b7 100644 |
--- a/src/pdf/SkPDFDevice.cpp |
+++ b/src/pdf/SkPDFDevice.cpp |
@@ -983,10 +983,7 @@ void SkPDFDevice::drawPath(const SkDraw& d, const SkPath& origPath, |
} |
origPath.transform(*prePathMatrix, pathPtr); |
} else { |
- if (!matrix.preConcat(*prePathMatrix)) { |
- // TODO(edisonn): report somehow why we failed? |
- return; |
- } |
+ matrix.preConcat(*prePathMatrix); |
} |
} |