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