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 e3fca6881003c7498d85fd03f4ebe542dec1adf3..1877deb0728abf9e267efa689f6aee0d53995fb3 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h |
@@ -69,7 +69,8 @@ enum PaintLayerFlag { |
PaintLayerPaintingRootBackgroundOnly = 1 << 10, |
PaintLayerPaintingSkipRootBackground = 1 << 11, |
PaintLayerPaintingChildClippingMaskPhase = 1 << 12, |
- PaintLayerPaintingRenderingClipPathAsMask = 1 << 13, |
+ PaintLayerPaintingAncestorClippingMaskPhase = 1 << 13, |
+ PaintLayerPaintingRenderingClipPathAsMask = 1 << 14, |
PaintLayerPaintingCompositingAllPhases = (PaintLayerPaintingCompositingBackgroundPhase | PaintLayerPaintingCompositingForegroundPhase | PaintLayerPaintingCompositingMaskPhase) |
}; |