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:
parent
04018f37af
commit
862020763d
@ -89,4 +89,3 @@ SkNamedFactorySet* SkFlatController::setNamedFactorySet(SkNamedFactorySet* set)
|
||||
SkRefCnt_SafeAssign(fFactorySet, set);
|
||||
return set;
|
||||
}
|
||||
|
||||
|
@ -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) {
|
||||
}
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@ -113,4 +113,3 @@ DEF_TEST(MallocPixelRef, reporter) {
|
||||
static_cast<const void*>(dataPtr->bytes() + 4) == pr->pixels());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user