| 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..9f109376f5d2f6e7ddebef829d4631c1a1fa9cd3 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
|
| @@ -70,6 +70,7 @@ enum PaintLayerFlag {
|
| PaintLayerPaintingAncestorClippingMaskPhase = 1 << 12,
|
| PaintLayerPaintingRenderingClipPathAsMask = 1 << 13,
|
| PaintLayerPaintingCompositingDecorationPhase = 1 << 14,
|
| + PaintLayerPaintingRenderingResourceSubtree = 1 << 15,
|
| PaintLayerPaintingCompositingAllPhases =
|
| (PaintLayerPaintingCompositingBackgroundPhase |
|
| PaintLayerPaintingCompositingForegroundPhase |
|
|
|