Index: cc/trees/property_tree.cc |
diff --git a/cc/trees/property_tree.cc b/cc/trees/property_tree.cc |
index 20290755ee5a3b075b7503676c570ee3f9501c36..85057baf210481834623979d0c5e2e89f66e9c0e 100644 |
--- a/cc/trees/property_tree.cc |
+++ b/cc/trees/property_tree.cc |
@@ -213,8 +213,6 @@ bool TransformTree::ComputeTranslation(int source_id, |
} |
} |
- DCHECK( |
- transform->IsApproximatelyIdentityOrTranslation(SkDoubleToMScalar(1e-4))); |
return true; |
} |