| Index: third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
|
| index dee772cada510eed9ec67a0e227fc2d811b2fe80..e34bd5f80a79d653f9b71df2b89853a4080a62c6 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
|
| @@ -67,7 +67,8 @@ enum PaintLayerFlag {
|
| PaintLayerPaintingRootBackgroundOnly = 1 << 9,
|
| PaintLayerPaintingSkipRootBackground = 1 << 10,
|
| PaintLayerPaintingChildClippingMaskPhase = 1 << 11,
|
| - PaintLayerPaintingRenderingClipPathAsMask = 1 << 12,
|
| + PaintLayerPaintingAncestorClippingMaskPhase = 1 << 12,
|
| + PaintLayerPaintingRenderingClipPathAsMask = 1 << 13,
|
| PaintLayerPaintingCompositingAllPhases =
|
| (PaintLayerPaintingCompositingBackgroundPhase |
|
| PaintLayerPaintingCompositingForegroundPhase |
|
|
|