| Index: src/gpu/GrDrawState.h
|
| diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
|
| index 15df975d73c4470d5c1e0b83a85ae77c96e4fe9a..7814f9a9e177d03d5d0f1fa400713523b3b06dbc 100644
|
| --- a/src/gpu/GrDrawState.h
|
| +++ b/src/gpu/GrDrawState.h
|
| @@ -159,6 +159,12 @@ public:
|
| */
|
| bool hasSolidCoverage() const;
|
|
|
| + /**
|
| + * This function returns true if the render target destination pixel values will be read for
|
| + * blending during draw.
|
| + */
|
| + bool willBlendWithDst() const;
|
| +
|
| /// @}
|
|
|
| ///////////////////////////////////////////////////////////////////////////
|
|
|