| Index: src/gpu/GrDrawContextPriv.h
|
| diff --git a/src/gpu/GrDrawContextPriv.h b/src/gpu/GrDrawContextPriv.h
|
| index 7f70f8958291b329809f8105372d6b86af86b0e5..2fb98ee51c8ce227b5235699823e360ddf83b427 100644
|
| --- a/src/gpu/GrDrawContextPriv.h
|
| +++ b/src/gpu/GrDrawContextPriv.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "GrDrawContext.h"
|
|
|
| +class GrFixedClip;
|
| struct GrUserStencilSettings;
|
|
|
| /** Class that adds methods to GrDrawContext that are only intended for use internal to Skia.
|
| @@ -17,7 +18,7 @@ struct GrUserStencilSettings;
|
| data members or virtual methods. */
|
| class GrDrawContextPriv {
|
| public:
|
| - bool drawAndStencilRect(const GrClip&,
|
| + bool drawAndStencilRect(const GrFixedClip&,
|
| const GrUserStencilSettings*,
|
| SkRegion::Op op,
|
| bool invert,
|
| @@ -25,7 +26,7 @@ public:
|
| const SkMatrix& viewMatrix,
|
| const SkRect&);
|
|
|
| - bool drawAndStencilPath(const GrClip&,
|
| + bool drawAndStencilPath(const GrFixedClip&,
|
| const GrUserStencilSettings*,
|
| SkRegion::Op op,
|
| bool invert,
|
|
|