| Index: Source/core/rendering/RenderLayerCompositor.h
|
| diff --git a/Source/core/rendering/RenderLayerCompositor.h b/Source/core/rendering/RenderLayerCompositor.h
|
| index dac2fc9128cf1ce6dd3256b6fdb08108abe5619a..d0bcb370a31973f8e5cd4c72983a1fc7cea52c20 100644
|
| --- a/Source/core/rendering/RenderLayerCompositor.h
|
| +++ b/Source/core/rendering/RenderLayerCompositor.h
|
| @@ -141,6 +141,7 @@ public:
|
| RenderLayer* rootRenderLayer() const;
|
| GraphicsLayer* rootGraphicsLayer() const;
|
| GraphicsLayer* scrollLayer() const;
|
| + GraphicsLayer* containerLayer() const;
|
|
|
| enum RootLayerAttachment {
|
| RootLayerUnattached,
|
|
|