1fa54044ef
Cached references to the WASM heap buffer are invalid following memory growth: https://github.com/emscripten-core/emscripten/issues/6747#issuecomment-400081465. This change replaces references to the cached CanvasKit.buffer with direct references to CanvasKit.HEAPU8.buffer. The symptom of this bug is a Javascript error thrown in the Chrome console: "Uncaught TypeError: Cannot perform Construct on a neutered ArrayBuffer", causing the operation in question to fail. Bug: NONE Change-Id: I27462e80db1d33e0e77ee7295b25039c9036d2e2 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/264477 Reviewed-by: Kevin Lubick <kjlubick@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
build/fuchsia | ||
build_overrides | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
RELEASE_NOTES.txt | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.