Fixes path in SerializePicture call

This commit is contained in:
Viktor Lidholt
2015-08-04 10:21:19 -07:00
parent 3e6ace0420
commit 8f4b77fbe1
+1 -1
View File
@@ -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) {