| Index: src/gpu/GrClipMaskManager.h
|
| diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h
|
| index 948ae62d776ea3fba86bbb285ffbffefac6a559a..dc24d9f5b353f422de0a76e91cb2e1c78e625c33 100644
|
| --- a/src/gpu/GrClipMaskManager.h
|
| +++ b/src/gpu/GrClipMaskManager.h
|
| @@ -47,13 +47,6 @@ public:
|
| const GrClipStackClip&, const SkRect* devBounds, GrAppliedClip*);
|
|
|
| private:
|
| - static void DrawNonAARect(GrDrawContext* drawContext,
|
| - const GrFixedClip& clip,
|
| - const SkMatrix& viewMatrix,
|
| - const SkRect& rect,
|
| - bool isAA,
|
| - const GrUserStencilSettings* stencilSettings);
|
| -
|
| static bool PathNeedsSWRenderer(GrContext* context,
|
| bool hasUserStencilSettings,
|
| const GrDrawContext*,
|
|
|