| Index: sky/engine/core/rendering/PaintInfo.h
|
| diff --git a/sky/engine/core/rendering/PaintInfo.h b/sky/engine/core/rendering/PaintInfo.h
|
| index cf606c3526171f37eea58934c16dfd8a5789b365..8bec7d7a52eb0e5b44578b0f87d5d3f4a075f4bb 100644
|
| --- a/sky/engine/core/rendering/PaintInfo.h
|
| +++ b/sky/engine/core/rendering/PaintInfo.h
|
| @@ -76,8 +76,6 @@ struct PaintInfo {
|
| return !paintingRoot || paintingRoot == renderer;
|
| }
|
|
|
| - bool forceBlackText() const { return paintBehavior & PaintBehaviorForceBlackText; }
|
| -
|
| void applyTransform(const AffineTransform& localToAncestorTransform, bool identityStatusUnknown = true)
|
| {
|
| if (identityStatusUnknown && localToAncestorTransform.isIdentity())
|
|
|