| 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 c121f14768b573cbbe76915da2b52d7ca1829eab..d5c81e59d2445514c27e93f5f107bd365d66bd80 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| @@ -43,8 +43,7 @@ enum GraphicsLayerPaintingPhaseFlags {
|
| GraphicsLayerPaintOverflowContents = (1 << 3),
|
| GraphicsLayerPaintCompositedScroll = (1 << 4),
|
| GraphicsLayerPaintChildClippingMask = (1 << 5),
|
| - GraphicsLayerPaintAncestorClippingMask = (1 << 6),
|
| - GraphicsLayerPaintDecoration = (1 << 7),
|
| + GraphicsLayerPaintDecoration = (1 << 6),
|
| GraphicsLayerPaintAllWithOverflowClip =
|
| (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground |
|
| GraphicsLayerPaintMask |
|
|
|