Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h |
index e0a19326931c494af57e390c7aee212a57cdb4de..fb96c88b7474366cb9f718c757f87ea87a0800c1 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h |
@@ -43,6 +43,7 @@ enum GraphicsLayerPaintingPhaseFlags { |
GraphicsLayerPaintOverflowContents = (1 << 3), |
GraphicsLayerPaintCompositedScroll = (1 << 4), |
GraphicsLayerPaintChildClippingMask = (1 << 5), |
+ GraphicsLayerPaintAncestorClippingMask = (1 << 6), |
GraphicsLayerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask) |
}; |
typedef unsigned GraphicsLayerPaintingPhase; |