| Index: src/gpu/GrClipMaskManager.h
|
| diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h
|
| index 3d34fb95558b527e556b04eac4be66579c607761..17329108b39ae91d270843d933be3b552d93701d 100644
|
| --- a/src/gpu/GrClipMaskManager.h
|
| +++ b/src/gpu/GrClipMaskManager.h
|
| @@ -105,6 +105,13 @@ private:
|
|
|
| GrClipMaskCache fAACache; // cache for the AA path
|
|
|
| + // Attempts to install a series of coverage effects to implement the clip. Return indicates
|
| + // whether the element list was successfully converted to effects.
|
| + bool installClipEffects(const GrReducedClip::ElementList&,
|
| + GrDrawState::AutoRestoreEffects*,
|
| + const SkVector& clipOffset,
|
| + const SkRect* devBounds);
|
| +
|
| // Draws the clip into the stencil buffer
|
| bool createStencilClipMask(int32_t elementsGenID,
|
| GrReducedClip::InitialState initialState,
|
|
|