Skip to content

Commit

Permalink
Fixes path in SerializePicture call
Browse files Browse the repository at this point in the history
  • Loading branch information
vlidholt committed Aug 4, 2015
1 parent 3e6ace0 commit 8f4b77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/shell/gpu/rasterizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8f4b77f

Please sign in to comment.