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 f0980bc004dbe165c2f9837e90daaf1366037196..d907091eedc06d3391ea76884cc5adfab974f14a 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h |
@@ -67,9 +67,8 @@ enum PaintLayerFlag { |
PaintLayerPaintingRootBackgroundOnly = 1 << 9, |
PaintLayerPaintingSkipRootBackground = 1 << 10, |
PaintLayerPaintingChildClippingMaskPhase = 1 << 11, |
- PaintLayerPaintingAncestorClippingMaskPhase = 1 << 12, |
- PaintLayerPaintingRenderingClipPathAsMask = 1 << 13, |
- PaintLayerPaintingCompositingDecorationPhase = 1 << 14, |
+ PaintLayerPaintingRenderingClipPathAsMask = 1 << 12, |
+ PaintLayerPaintingCompositingDecorationPhase = 1 << 13, |
PaintLayerPaintingCompositingAllPhases = |
(PaintLayerPaintingCompositingBackgroundPhase | |
PaintLayerPaintingCompositingForegroundPhase | |