| Index: src/gpu/GrDrawContextPriv.h
|
| diff --git a/src/gpu/GrDrawContextPriv.h b/src/gpu/GrDrawContextPriv.h
|
| index 973315b17286acadb8675b51b6800062b1f1d077..4482e35672da1f488c6bcc7749572b4efc00bdad 100644
|
| --- a/src/gpu/GrDrawContextPriv.h
|
| +++ b/src/gpu/GrDrawContextPriv.h
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "GrDrawContext.h"
|
|
|
| -struct GrUserStencilSettings;
|
| +class GrStencilSettings;
|
|
|
| /** Class that adds methods to GrDrawContext that are only intended for use internal to Skia.
|
| This class is purely a privileged window into GrDrawContext. It should never have additional
|
| @@ -18,7 +18,7 @@
|
| class GrDrawContextPriv {
|
| public:
|
| bool drawAndStencilRect(const SkIRect* scissorRect,
|
| - const GrUserStencilSettings*,
|
| + const GrStencilSettings&,
|
| SkRegion::Op op,
|
| bool invert,
|
| bool doAA,
|
| @@ -26,7 +26,7 @@
|
| const SkRect&);
|
|
|
| bool drawAndStencilPath(const SkIRect* scissorRect,
|
| - const GrUserStencilSettings*,
|
| + const GrStencilSettings&,
|
| SkRegion::Op op,
|
| bool invert,
|
| bool doAA,
|
|
|