Fix a warning.

git-svn-id: http://skia.googlecode.com/svn/trunk@11462 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
scroggo@google.com 2013-09-25 22:01:17 +00:00
parent 111fd11e11
commit b90a2cacfe

View File

@ -64,6 +64,12 @@ protected:
// Disabling until the feature is checked in.
// See https://codereview.chromium.org/24269006/
//fDecoder->setSkipWritingZeroes(fSkipZeroes);
if (fSkipZeroes) {
// This printf will never happen since this bench is
// only currently created with false. Remove once
// the above code is uncommented.
SkDebugf("Should be skipping zeroes...\n");
}
} else {
fValid = false;
}