994c946bd3
This creates a new SkImage with the same texture and changes it out without the user noticing (or needing to delete the old Image). Change-Id: I3a1ce6d4a335873f2b7670d56dadfccdc7881c38 Bug: skia:12723 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/495556 Reviewed-by: Nathaniel Nifong <nifong@google.com>
7 lines
180 B
Makefile
7 lines
180 B
Makefile
.PHONY: local
|
|
local:
|
|
echo "Go check out http://localhost:8123/demos/hello_world/index.html"
|
|
rm -f build
|
|
ln -s ../modules/canvaskit/build build
|
|
python2 -m SimpleHTTPServer 8123
|