| Index: sky/engine/core/rendering/PaintInfo.h
|
| diff --git a/sky/engine/core/rendering/PaintInfo.h b/sky/engine/core/rendering/PaintInfo.h
|
| index 5af04aa2051aa802d08eccbade4c29472b2492bf..cf606c3526171f37eea58934c16dfd8a5789b365 100644
|
| --- a/sky/engine/core/rendering/PaintInfo.h
|
| +++ b/sky/engine/core/rendering/PaintInfo.h
|
| @@ -78,9 +78,6 @@ struct PaintInfo {
|
|
|
| bool forceBlackText() const { return paintBehavior & PaintBehaviorForceBlackText; }
|
|
|
| - bool skipRootBackground() const { return paintBehavior & PaintBehaviorSkipRootBackground; }
|
| - bool paintRootBackgroundOnly() const { return paintBehavior & PaintBehaviorRootBackgroundOnly; }
|
| -
|
| void applyTransform(const AffineTransform& localToAncestorTransform, bool identityStatusUnknown = true)
|
| {
|
| if (identityStatusUnknown && localToAncestorTransform.isIdentity())
|
|
|