must return a value
git-svn-id: http://skia.googlecode.com/svn/trunk@3792 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
7d4aee34e2
commit
71937d6618
@ -32,7 +32,7 @@ static bool containsrgn_proc(SkRegion& a, SkRegion& b) {
|
||||
|
||||
r = b.getBounds();
|
||||
r.inset(r.width()/4, r.height()/4);
|
||||
(void)b.contains(r);
|
||||
return b.contains(r);
|
||||
}
|
||||
|
||||
static bool sects_proc(SkRegion& a, SkRegion& b) {
|
||||
|
Loading…
Reference in New Issue
Block a user