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 dbedc1980c78162fd74812796910eee156d1ec5e..aca29dc34ef399347da0bd09ed2f6efb2c89dda8 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h |
@@ -69,6 +69,7 @@ enum PaintLayerFlag { |
PaintLayerPaintingSkipRootBackground = 1 << 10, |
PaintLayerPaintingChildClippingMaskPhase = 1 << 11, |
PaintLayerPaintingRenderingClipPathAsMask = 1 << 12, |
+ PaintLayerPaintingCompositingDecorationPhase = 1 << 13, |
PaintLayerPaintingCompositingAllPhases = |
flackr
2016/10/24 17:19:30
I think we need to add PaintLayerPaintingCompositi
yigu
2016/10/24 20:31:36
Done.
|
(PaintLayerPaintingCompositingBackgroundPhase | |
PaintLayerPaintingCompositingForegroundPhase | |