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:
skia.committer@gmail.com 2013-11-01 07:02:15 +00:00
parent 3b60c14e66
commit 18bb41e956
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -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) {