提交 8f4b77fb 编写于 作者: V Viktor Lidholt

Fixes path in SerializePicture call

上级 3e6ace04
......@@ -60,7 +60,7 @@ void Rasterizer::Draw(skia::RefPtr<SkPicture> picture) {
DrawPicture(picture.get());
surface_->SwapBuffers();
// SerializePicture("/data/data/org.domokit.sky.demo/cache/layer0.skp", picture.get());
// SerializePicture("/data/data/org.domokit.sky.shell/cache/layer0.skp", picture.get());
}
void Rasterizer::DrawPicture(SkPicture* picture) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册