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 36a785e39f75a7e2ce2c63c75ea89e02a9ce1d05..10e8a98ec24a8ee27a430160f33379718ad0379f 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) |