| Index: Source/core/platform/graphics/GraphicsLayerClient.h
|
| diff --git a/Source/core/platform/graphics/GraphicsLayerClient.h b/Source/core/platform/graphics/GraphicsLayerClient.h
|
| index 88915ebbe3e92d6fa5db290bfe6e2784a59c93d2..72825589ebbba5c6d9edfa4e58d4dcb09107100f 100644
|
| --- a/Source/core/platform/graphics/GraphicsLayerClient.h
|
| +++ b/Source/core/platform/graphics/GraphicsLayerClient.h
|
| @@ -43,6 +43,7 @@ enum GraphicsLayerPaintingPhaseFlags {
|
| GraphicsLayerPaintMask = (1 << 2),
|
| GraphicsLayerPaintOverflowContents = (1 << 3),
|
| GraphicsLayerPaintCompositedScroll = (1 << 4),
|
| + GraphicsLayerPaintChildClippingMask = (1 << 5),
|
| GraphicsLayerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
|
| };
|
| typedef unsigned GraphicsLayerPaintingPhase;
|
|
|