| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index e87613663e0636e492a5641b2306e576889fec62..f31dd6cd28e3883178a34f7e34fc746c9e4156a6 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -355,7 +355,7 @@ public:
|
| * Helper for drawRect when the caller doesn't need separate local rects or matrices.
|
| */
|
| void drawSimpleRect(const GrRect& rect, const SkMatrix* matrix = NULL) {
|
| - drawRect(rect, matrix, NULL, NULL);
|
| + this->drawRect(rect, matrix, NULL, NULL);
|
| }
|
| void drawSimpleRect(const GrIRect& irect, const SkMatrix* matrix = NULL) {
|
| SkRect rect = SkRect::MakeFromIRect(irect);
|
|
|