| Index: src/gpu/GrClipStackClip.h
|
| diff --git a/src/gpu/GrClipStackClip.h b/src/gpu/GrClipStackClip.h
|
| index aaa2f90e3a43fb191442b31a118d7ba3c87d4844..98675e62ac0ed37f2b8c145f0ea57ab65b40af5f 100644
|
| --- a/src/gpu/GrClipStackClip.h
|
| +++ b/src/gpu/GrClipStackClip.h
|
| @@ -33,11 +33,7 @@ public:
|
| bool quickContains(const SkRect&) const final;
|
| void getConservativeBounds(int width, int height, SkIRect* devResult,
|
| bool* isIntersectionOfRects) const final;
|
| - bool apply(GrContext*,
|
| - GrDrawContext*,
|
| - const SkRect* devBounds,
|
| - bool useHWAA,
|
| - bool hasUserStencilSettings,
|
| + bool apply(GrContext*, GrDrawContext*, bool useHWAA, bool hasUserStencilSettings,
|
| GrAppliedClip* out) const final;
|
|
|
| private:
|
|
|