| Index: src/gpu/GrClipMaskManager.h
|
| diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h
|
| index 98fd3af351c355c5f0116f11790c635c7e8e11ae..6b9b727161131c7e7fc3e7326f40f5057d866b4d 100644
|
| --- a/src/gpu/GrClipMaskManager.h
|
| +++ b/src/gpu/GrClipMaskManager.h
|
| @@ -55,7 +55,7 @@ private:
|
| */
|
| class GrClipMaskManager : SkNoncopyable {
|
| public:
|
| - GrClipMaskManager(GrDrawTarget* owner);
|
| + GrClipMaskManager(GrDrawTarget* owner, bool debugClipBatchToBounds);
|
|
|
| /**
|
| * Creates a clip mask if necessary as a stencil buffer or alpha texture
|
| @@ -171,6 +171,7 @@ private:
|
|
|
| GrDrawTarget* fDrawTarget; // This is our owning draw target.
|
| StencilClipMode fClipMode;
|
| + bool fDebugClipBatchToBounds;
|
|
|
| typedef SkNoncopyable INHERITED;
|
| };
|
|
|