| Index: sky/engine/core/rendering/LayerPaintingInfo.h
|
| diff --git a/sky/engine/core/rendering/LayerPaintingInfo.h b/sky/engine/core/rendering/LayerPaintingInfo.h
|
| index f2a26e07193b4226bb80cfb9eb8ecc8b8791b583..be0aec22fe8092a245ba2e6f187f91222bdcdd7d 100644
|
| --- a/sky/engine/core/rendering/LayerPaintingInfo.h
|
| +++ b/sky/engine/core/rendering/LayerPaintingInfo.h
|
| @@ -55,6 +55,7 @@ class RenderLayer;
|
| enum PaintLayerFlag {
|
| PaintLayerHaveTransparency = 1,
|
| PaintLayerAppliedTransform = 1 << 1,
|
| + // FIXME(sky): This is unused. Remove it.
|
| PaintLayerUncachedClipRects = 1 << 2,
|
| PaintLayerPaintingOverlayScrollbars = 1 << 4,
|
| PaintLayerPaintingCompositingBackgroundPhase = 1 << 5,
|
|
|