| Index: sky/engine/platform/graphics/GraphicsLayerClient.h
|
| diff --git a/sky/engine/platform/graphics/GraphicsLayerClient.h b/sky/engine/platform/graphics/GraphicsLayerClient.h
|
| index 022ca3107488bfc95b2fadf193213bd4891da151..4f9d9ac82b3cc926903b3a02cf5074286d09c5bc 100644
|
| --- a/sky/engine/platform/graphics/GraphicsLayerClient.h
|
| +++ b/sky/engine/platform/graphics/GraphicsLayerClient.h
|
| @@ -40,7 +40,7 @@ enum GraphicsLayerPaintingPhaseFlags {
|
| GraphicsLayerPaintForeground = (1 << 1),
|
| GraphicsLayerPaintMask = (1 << 2),
|
| GraphicsLayerPaintOverflowContents = (1 << 3),
|
| - GraphicsLayerPaintCompositedScroll = (1 << 4),
|
| + // FIXME(sky): 4 is unused.
|
| GraphicsLayerPaintChildClippingMask = (1 << 5),
|
| GraphicsLayerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
|
| };
|
|
|