skia2/experimental/wasm-skp-debugger
Mike Klein df54f37a5d remove SkPicture_none.cpp
I happened to notice that SkPicture_none.cpp no longer compiles.

    ...
    src/core/SkPicture_none.cpp:101:44: error: out-of-line definition of
    'CreateProc' does not match any declaration in 'SkPictureImageFilter'
    sk_sp<SkFlattenable> SkPictureImageFilter::CreateProc(SkReadBuffer& buffer) {
    ...

This leads me to conclude that it cannot be in active use.

Change-Id: I92a4daa3c7d5d7889c4f841b578c9c691525c1cc
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/235216
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-08-16 14:52:25 +00:00
..
debugger changes to wasm debugger for UI integration 2019-03-28 18:06:13 +00:00
fonts Initial wasm debugger 2019-03-05 16:10:15 +00:00
tests changes to wasm debugger for UI integration 2019-03-28 18:06:13 +00:00
.gitignore Initial wasm debugger 2019-03-05 16:10:15 +00:00
compile.sh remove SkPicture_none.cpp 2019-08-16 14:52:25 +00:00
cpu.js changes to wasm debugger for UI integration 2019-03-28 18:06:13 +00:00
debugger_bindings.cpp Reland "Deserialize MultiPictureDocument based SKP files (with image sharing proc) in wasm debugger." 2019-06-21 15:49:21 +00:00
externs.js externs needed for cpu/gpu switch 2019-04-10 13:47:21 +00:00
gpu.js [canvaskit] Bump GPU resource cache to 256MB 2019-04-05 18:06:18 +00:00
helper.js Add helper for loading files, use let 2019-04-05 18:31:53 +00:00
karma.conf.js Interface for passing skp file from JS to WASM 2019-03-06 19:04:33 +00:00
Makefile full collection of externs 2019-04-09 18:37:18 +00:00
package.json Basic wasm skp debugger unit test 2019-03-06 14:41:17 +00:00
ready.js Initial wasm debugger 2019-03-05 16:10:15 +00:00
serve.py Initial wasm debugger 2019-03-05 16:10:15 +00:00