| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index b6783a3f072d0d5438ab627631f242da9019035c..8443631b8649e6049a4e7e0a2e27ebc2144bd96b 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -605,6 +605,8 @@ private:
|
| // Both updates the status, and returns true if descendants of this have 3d.
|
| bool update3DTransformedDescendantStatus();
|
|
|
| + void markDescendantLayersMayNeedPaintInvalidation();
|
| +
|
| void updateOrRemoveFilterClients();
|
|
|
| LayoutRect paintingExtent(const RenderLayer* rootLayer, const LayoutRect& paintDirtyRect, const LayoutSize& subPixelAccumulation, PaintBehavior);
|
|
|