Missed this flag. imagemagnifier asserts without it.
BUG=skia:781 R=epoger@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/89533004 git-svn-id: http://skia.googlecode.com/svn/trunk@12441 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
dec61503d0
commit
9e5a549d87
@ -71,6 +71,9 @@ bool TileGridTask::shouldSkip() const {
|
||||
if (fGM->getFlags() & skiagm::GM::kSkipPicture_Flag) {
|
||||
return true;
|
||||
}
|
||||
if (fGM->getFlags() & skiagm::GM::kSkipTiled_Flag) {
|
||||
return true;
|
||||
}
|
||||
return !FLAGS_tileGrid;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user