зеркало из https://github.com/mozilla/moz-skia.git
revert r5100 experiment
git-svn-id: http://skia.googlecode.com/svn/trunk@5104 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
9a92714d13
Коммит
a913a9932d
|
@ -741,15 +741,6 @@ int main (int argc, char * const argv[]) {
|
|||
while ((bench = iter.next()) != NULL) {
|
||||
SkAutoTUnref<SkBenchmark> benchUnref(bench);
|
||||
|
||||
#ifdef SK_BUILD_FOR_ANDROID
|
||||
const char* name = bench->getName();
|
||||
if (strstr(name, "path_") != name ||
|
||||
strstr(name, "path_stroke") == name ||
|
||||
strstr(name, "path_fill") == name ) {
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
||||
SkIPoint dim = bench->getSize();
|
||||
if (dim.fX <= 0 || dim.fY <= 0) {
|
||||
continue;
|
||||
|
|
Загрузка…
Ссылка в новой задаче