| Index: Source/platform/graphics/GraphicsLayerClient.h
|
| diff --git a/Source/platform/graphics/GraphicsLayerClient.h b/Source/platform/graphics/GraphicsLayerClient.h
|
| index ea4ccd2cdda51045b2943d2f04e34cb7fb8d8ce0..b6452f3e669305aef596082e4b5e5eaaedafff67 100644
|
| --- a/Source/platform/graphics/GraphicsLayerClient.h
|
| +++ b/Source/platform/graphics/GraphicsLayerClient.h
|
| @@ -55,6 +55,7 @@ enum {
|
| LayerTreeIncludesClipAndScrollParents = 1 << 4,
|
| LayerTreeIncludesScrollBlocksOn = 1 << 5,
|
| LayerTreeIncludesPaintInvalidationObjects = 1 << 6,
|
| + LayerTreeIncludesCompositingReasons = 1 << 7,
|
| };
|
| typedef unsigned LayerTreeFlags;
|
|
|
|
|