remove tests for copyPixelsFrom (it is not gone)
git-svn-id: http://skia.googlecode.com/svn/trunk@2580 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
cad8176281
commit
ab77aafa8c
@ -550,6 +550,7 @@ static void TestBitmapCopy(skiatest::Reporter* reporter) {
|
||||
reportCopyVerification(subset, bufBm, coords,
|
||||
"copyPixelsTo(buf, bufSize, rowBytes()-1)", reporter);
|
||||
|
||||
#if 0 // copyPixelsFrom is gone
|
||||
// Test #5 ////////////////////////////////////////////
|
||||
// Tests the case where the source stride is too small
|
||||
// for the source configuration.
|
||||
@ -584,6 +585,7 @@ static void TestBitmapCopy(skiatest::Reporter* reporter) {
|
||||
false);
|
||||
|
||||
delete [] buf;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
} // for (size_t copyCase ...
|
||||
|
Loading…
Reference in New Issue
Block a user