Roll CanvasKit to 0.16.2. (#19011)

This commit is contained in:
Harry Terkelsen 2020-06-18 10:54:48 -07:00 committed by GitHub
parent b7f8d2d110
commit 40ef2e5b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ const bool experimentalUseSkia =
/// When CanvasKit pushes a new release to NPM, update this URL to reflect the
/// most recent version. For example, if CanvasKit releases version 0.34.0 to
/// NPM, update this URL to `https://unpkg.com/canvaskit-wasm@0.34.0/bin/`.
const String canvasKitBaseUrl = 'https://unpkg.com/canvaskit-wasm@0.16.1/bin/';
const String canvasKitBaseUrl = 'https://unpkg.com/canvaskit-wasm@0.16.2/bin/';
/// Initialize the Skia backend.
///