| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index 5871a502fb9036b79b1d2b1bb0f9a6679b22da5e..cb4da7b53cc9f099162b49a46f50f08f7e6582ec 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -553,6 +553,8 @@ public:
|
|
|
| void didUpdateNeedsCompositedScrolling();
|
|
|
| + bool needsToReparentOverflowControls() const;
|
| +
|
| private:
|
| // Bounding box in the coordinates of this layer.
|
| LayoutRect logicalBoundingBox() const;
|
|
|