Remove commented line

This commit is contained in:
David Capello 2015-10-14 12:00:03 -03:00
parent f9d0254d91
commit d5c5c2e1f9

View File

@ -268,8 +268,6 @@ public:
SkColor c = 0;
if (m_surface) {
// m_canvas->flush();
SkImageInfo dstInfo = SkImageInfo::MakeN32Premul(1, 1);
uint32_t dstPixels;
if (m_canvas->readPixels(dstInfo, &dstPixels, 4, x, y))