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..d907091eedc06d3391ea76884cc5adfab974f14a 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h |
@@ -68,10 +68,12 @@ enum PaintLayerFlag { |
PaintLayerPaintingSkipRootBackground = 1 << 10, |
PaintLayerPaintingChildClippingMaskPhase = 1 << 11, |
PaintLayerPaintingRenderingClipPathAsMask = 1 << 12, |
+ PaintLayerPaintingCompositingDecorationPhase = 1 << 13, |
PaintLayerPaintingCompositingAllPhases = |
(PaintLayerPaintingCompositingBackgroundPhase | |
PaintLayerPaintingCompositingForegroundPhase | |
- PaintLayerPaintingCompositingMaskPhase) |
+ PaintLayerPaintingCompositingMaskPhase | |
+ PaintLayerPaintingCompositingDecorationPhase) |
}; |
typedef unsigned PaintLayerFlags; |