| 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..fcdebcce93f870b3cee4ae6bcad1599e54e163fa 100644
|
| --- a/sky/engine/platform/graphics/GraphicsLayerClient.h
|
| +++ b/sky/engine/platform/graphics/GraphicsLayerClient.h
|
| @@ -40,7 +40,6 @@ enum GraphicsLayerPaintingPhaseFlags {
|
| GraphicsLayerPaintForeground = (1 << 1),
|
| GraphicsLayerPaintMask = (1 << 2),
|
| GraphicsLayerPaintOverflowContents = (1 << 3),
|
| - GraphicsLayerPaintCompositedScroll = (1 << 4),
|
| GraphicsLayerPaintChildClippingMask = (1 << 5),
|
| GraphicsLayerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
|
| };
|
|
|