| Index: sky/engine/core/rendering/RenderLayerRepainter.h
|
| diff --git a/sky/engine/core/rendering/RenderLayerRepainter.h b/sky/engine/core/rendering/RenderLayerRepainter.h
|
| index cbf9d3e8bd01ebca455ef6888d158c4b34e0163e..c9060aaec9e13c775327d3fa61f7aa4b33d13633 100644
|
| --- a/sky/engine/core/rendering/RenderLayerRepainter.h
|
| +++ b/sky/engine/core/rendering/RenderLayerRepainter.h
|
| @@ -58,21 +58,11 @@ class RenderLayerRepainter {
|
| public:
|
| RenderLayerRepainter(RenderLayerModelObject&);
|
|
|
| - LayoutRect paintInvalidationRectIncludingNonCompositingDescendants() const;
|
| -
|
| - void paintInvalidationIncludingNonCompositingDescendants();
|
| -
|
| void computePaintInvalidationRectsIncludingNonCompositingDescendants();
|
|
|
| - // Indicate that the layer contents need to be repainted. Only has an effect
|
| - // if layer compositing is being used,
|
| - void setBackingNeedsPaintInvalidationInRect(const LayoutRect&); // r is in the coordinate space of the layer's render object
|
| -
|
| void setFilterBackendNeedsPaintInvalidationInRect(const LayoutRect&);
|
|
|
| private:
|
| - void paintInvalidationIncludingNonCompositingDescendantsInternal(const RenderLayerModelObject* repaintContainer);
|
| -
|
| RenderLayer* enclosingFilterPaintInvalidationLayer() const;
|
|
|
| RenderLayerModelObject& m_renderer;
|
|
|