| Index: src/gpu/GrRenderTargetOpList.h
|
| diff --git a/src/gpu/GrRenderTargetOpList.h b/src/gpu/GrRenderTargetOpList.h
|
| index 2a7f1a175de3306fbadbad5f42a11fc2971c72bd..e4b2bf64be43647419e8d9ab2ecdf9c8dc8cc6b1 100644
|
| --- a/src/gpu/GrRenderTargetOpList.h
|
| +++ b/src/gpu/GrRenderTargetOpList.h
|
| @@ -131,7 +131,7 @@ public:
|
| SkDEBUGCODE(void dump() const override;)
|
|
|
| private:
|
| - friend class GrRenderTargetContextPriv; // for clearStencilClip
|
| + friend class GrRenderTargetContextPriv; // for clearStencilClip and stencil clip state.
|
|
|
| // Returns the batch that the input batch was combined with or the input batch if it wasn't
|
| // combined.
|
| @@ -169,6 +169,10 @@ private:
|
|
|
| SkAutoTDelete<gr_instanced::InstancedRendering> fInstancedRendering;
|
|
|
| + int32_t fLastClipStackGenID;
|
| + SkIRect fLastClipStackRect;
|
| + SkIPoint fLastClipOrigin;
|
| +
|
| typedef GrOpList INHERITED;
|
| };
|
|
|
|
|