| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index 72ab46e934d1f3419e74bef59a0adb0a3e8ce9d0..e64df28ad78e49e57b518191c5b94e98cc7804e1 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -137,18 +137,6 @@ public:
|
| const SkMatrix& viewMatrix,
|
| const SkRect& rect);
|
|
|
| - void drawNonAARect(const GrPipelineBuilder& pipelineBuilder,
|
| - GrColor color,
|
| - const SkMatrix& viewMatrix,
|
| - const SkRect& rect,
|
| - const SkMatrix& localMatrix);
|
| -
|
| - void drawNonAARect(const GrPipelineBuilder& pipelineBuilder,
|
| - GrColor color,
|
| - const SkMatrix& viewMatrix,
|
| - const SkRect& rect,
|
| - const SkRect& localRect);
|
| -
|
| void drawNonAARect(const GrPipelineBuilder& ds,
|
| GrColor color,
|
| const SkMatrix& viewM,
|
|
|