Skip to content

Commit

Permalink
Upgrade to CanvasKit 0.11 (flutter#15677)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Terkelsen authored Jan 15, 2020
1 parent be20fb6 commit a67d1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web_ui/lib/src/engine/compositor/initialization.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const bool experimentalUseSkia =
bool.fromEnvironment('FLUTTER_WEB_USE_SKIA', defaultValue: false);

/// The URL to use when downloading the CanvasKit script and associated wasm.
const String canvasKitBaseUrl = 'https://unpkg.com/canvaskit-wasm@0.10.0/bin/';
const String canvasKitBaseUrl = 'https://unpkg.com/canvaskit-wasm@0.11.0/bin/';

/// Initialize the Skia backend.
///
Expand Down

0 comments on commit a67d1d2

Please sign in to comment.