Correct argument order for drawSimpleRect()
Patch by Ryan Sleevi <rsleevi@chromium.org> Review URL: http://codereview.appspot.com/4568055/ git-svn-id: http://skia.googlecode.com/svn/trunk@1523 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
120bdffcf0
commit
441d7da536
@ -527,7 +527,7 @@ bool GrGpu::setupClipAndFlushState(GrPrimitiveType type) {
|
||||
}
|
||||
} else {
|
||||
SET_RANDOM_COLOR
|
||||
this->drawSimpleRect(bounds, 0, NULL);
|
||||
this->drawSimpleRect(bounds, NULL, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user