Chromium Code Reviews| Index: src/gpu/GrGpu.cpp |
| diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp |
| index 5d6c62fc931ffbde8a212e83b993ccd4fa585a32..c4d8318ca1a70bcab809b2527f1159be386379a3 100644 |
| --- a/src/gpu/GrGpu.cpp |
| +++ b/src/gpu/GrGpu.cpp |
| @@ -203,7 +203,7 @@ GrPath* GrGpu::createPath(const SkPath& path) { |
| return this->onCreatePath(path); |
| } |
| -void GrGpu::clear(const GrIRect* rect, |
| +void GrGpu::clear(const SkIRect* rect, |
| GrColor color, |
| GrRenderTarget* renderTarget) { |
| GrDrawState::AutoRenderTargetRestore art; |