77798b4585
Bug: skia:9866 Change-Id: I718455743e482e4f60a462027b629dc19b1dbad3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/270201 Commit-Queue: Nathaniel Nifong <nifong@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>
5 lines
208 B
JavaScript
5 lines
208 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.
|
|
}
|
|
/** @const */ var skIsDebug = false; |