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