| Index: sky/engine/core/rendering/PaintPhase.h
|
| diff --git a/sky/engine/core/rendering/PaintPhase.h b/sky/engine/core/rendering/PaintPhase.h
|
| index d4bc75217f80ab1e9adb502c003eb6712d795b51..d82f985c4a3e0300390f4a3f71b9fe11fce77f04 100644
|
| --- a/sky/engine/core/rendering/PaintPhase.h
|
| +++ b/sky/engine/core/rendering/PaintPhase.h
|
| @@ -56,6 +56,7 @@ enum PaintBehaviorFlags {
|
| PaintBehaviorNormal = 0,
|
| PaintBehaviorSelectionOnly = 1 << 0,
|
| PaintBehaviorForceBlackText = 1 << 1,
|
| + // FIXME(sky): This is unused. Remove it.
|
| PaintBehaviorFlattenCompositingLayers = 1 << 2,
|
| PaintBehaviorRenderingSVGMask = 1 << 3,
|
| PaintBehaviorSkipRootBackground = 1 << 4,
|
|
|