| 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 b3dfb60bca3cba5bdfe5f52b99d15939b67f5dd9..05453426baf1179525e9b3e76fbc45e494cef1ff 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| @@ -55,6 +55,7 @@ enum {
|
| LayerTreeIncludesRootLayer = 1 << 3,
|
| LayerTreeIncludesClipAndScrollParents = 1 << 4,
|
| LayerTreeIncludesCompositingReasons = 1 << 5,
|
| + OutputChildrenAsLayerList = 1 << 6, // Outputs all children of the given layer as a layer list, in paint order.
|
| };
|
| typedef unsigned LayerTreeFlags;
|
|
|
|
|