| Index: Source/platform/graphics/GraphicsLayerClient.h
|
| diff --git a/Source/platform/graphics/GraphicsLayerClient.h b/Source/platform/graphics/GraphicsLayerClient.h
|
| index d422b585040683ba5b51f24433eb4672409e5176..d5b5012614837f2ecef1c70564203022f6d15c80 100644
|
| --- a/Source/platform/graphics/GraphicsLayerClient.h
|
| +++ b/Source/platform/graphics/GraphicsLayerClient.h
|
| @@ -52,7 +52,8 @@ enum {
|
| LayerTreeIncludesPaintInvalidationRects = 1 << 1,
|
| LayerTreeIncludesPaintingPhases = 1 << 2,
|
| LayerTreeIncludesRootLayer = 1 << 3,
|
| - LayerTreeIncludesClipAndScrollParents = 1 << 4
|
| + LayerTreeIncludesClipAndScrollParents = 1 << 4,
|
| + LayerTreeIncludesScrollBlocksOn = 1 << 5,
|
| };
|
| typedef unsigned LayerTreeFlags;
|
|
|
|
|