Enable line that doesn't crash anymore on newer version of Skia

This commit is contained in:
David Capello 2015-10-13 17:10:59 -03:00
parent 4379c6793e
commit 07900c8e48

View File

@ -98,8 +98,7 @@ public:
kN32_SkColorType, SkImageDecoder::kDecodePixels_Mode);
if (res == SkImageDecoder::kSuccess) {
// TODO Check why this line crashes on OS X
//bm.pixelRef()->setURI(filename);
bm.pixelRef()->setURI(filename);
SkiaSurface* sur = new SkiaSurface();
sur->swapBitmap(bm);