6fccc9db67
And a fix for node. Docs-Preview: https://skia.org/?cl=172143 Bug: skia: Change-Id: I519c2693b386aa68655f235281d932ee5fffbc61 Reviewed-on: https://skia-review.googlesource.com/c/172143 Reviewed-by: Kevin Lubick <kjlubick@google.com>
4 lines
171 B
JavaScript
4 lines
171 B
JavaScript
function SkDebug(msg) {
|
|
// by leaving this blank, closure optimizes out calls (and the messages)
|
|
// which trims down code size and marginally improves runtime speed.
|
|
} |