| Index: sky/engine/core/rendering/PaintPhase.h
|
| diff --git a/sky/engine/core/rendering/PaintPhase.h b/sky/engine/core/rendering/PaintPhase.h
|
| index d82f985c4a3e0300390f4a3f71b9fe11fce77f04..39937730f1e5b6e532c95e20657e69f22add39d6 100644
|
| --- a/sky/engine/core/rendering/PaintPhase.h
|
| +++ b/sky/engine/core/rendering/PaintPhase.h
|
| @@ -56,11 +56,9 @@ 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,
|
| - PaintBehaviorRootBackgroundOnly = 1 << 5
|
| + PaintBehaviorRenderingSVGMask = 1 << 2,
|
| + PaintBehaviorSkipRootBackground = 1 << 3,
|
| + PaintBehaviorRootBackgroundOnly = 1 << 4
|
| };
|
|
|
| typedef unsigned PaintBehavior;
|
|
|