3f67f411d8
Bug: skia: Change-Id: I2ffd54cf81c974f3a80103e1726a06067cc90d82 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200044 Reviewed-by: Mike Reed <reed@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Kevin Lubick <kjlubick@google.com>
9 lines
376 B
JavaScript
9 lines
376 B
JavaScript
// Adds compile-time JS functions to augment the CanvasKit interface.
|
|
(function(CanvasKit) {
|
|
|
|
|
|
// This intentionally dangles because we want all the
|
|
// JS code to be in the same scope, but JS doesn't support
|
|
// namespaces like C++ does. Thus, we simply include this
|
|
// preamble.js file, all the source .js files and then postamble.js
|
|
// to bundle everything in the same scope.
|