Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@12875 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
skia.committer@gmail.com 2014-01-03 07:01:45 +00:00
parent 04018f37af
commit 862020763d
3 changed files with 1 additions and 4 deletions

View File

@ -89,4 +89,3 @@ SkNamedFactorySet* SkFlatController::setNamedFactorySet(SkNamedFactorySet* set)
SkRefCnt_SafeAssign(fFactorySet, set);
return set;
}

View File

@ -311,7 +311,7 @@ DEF_TEST(WebP, reporter) {
}
SkAutoLockPixels alp(bm);
bool rightSize = ((kExpectedWidth == bm.width())
bool rightSize = ((kExpectedWidth == bm.width())
&& (kExpectedHeight == bm.height()));
REPORTER_ASSERT(reporter, rightSize);
if (rightSize) {
@ -578,4 +578,3 @@ DEF_TEST(ImageDecoderOptions, reporter) {
}
}
////////////////////////////////////////////////////////////////////////////////

View File

@ -113,4 +113,3 @@ DEF_TEST(MallocPixelRef, reporter) {
static_cast<const void*>(dataPtr->bytes() + 4) == pr->pixels());
}
}