Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@12071 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
3b60c14e66
commit
18bb41e956
@ -649,7 +649,7 @@ void GrContext::clear(const SkIRect* rect,
|
||||
GrRenderTarget* target) {
|
||||
AutoRestoreEffects are;
|
||||
AutoCheckFlush acf(this);
|
||||
this->prepareToDraw(NULL, BUFFERED_DRAW, &are, &acf)->clear(rect, color,
|
||||
this->prepareToDraw(NULL, BUFFERED_DRAW, &are, &acf)->clear(rect, color,
|
||||
canIgnoreRect, target);
|
||||
}
|
||||
|
||||
|
@ -419,7 +419,7 @@ void GrInOrderDrawBuffer::onDrawPath(const GrPath* path,
|
||||
}
|
||||
}
|
||||
|
||||
void GrInOrderDrawBuffer::clear(const SkIRect* rect, GrColor color,
|
||||
void GrInOrderDrawBuffer::clear(const SkIRect* rect, GrColor color,
|
||||
bool canIgnoreRect, GrRenderTarget* renderTarget) {
|
||||
SkIRect r;
|
||||
if (NULL == renderTarget) {
|
||||
|
Loading…
Reference in New Issue
Block a user