| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index 03d5fe0e62f3423b2c7cf015733cfdd5d8c73889..9f78e7d35ae296253df85011f7899e0607fcbb08 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -540,6 +540,8 @@ public:
|
|
|
| void didUpdateNeedsCompositedScrolling();
|
|
|
| + void setShouldDoFullPaintInvalidationIncludingNonCompositingDescendants();
|
| +
|
| private:
|
| // Bounding box in the coordinates of this layer.
|
| LayoutRect logicalBoundingBox() const;
|
|
|