| Index: Source/core/rendering/RenderLayerRepainter.h
|
| diff --git a/Source/core/rendering/RenderLayerRepainter.h b/Source/core/rendering/RenderLayerRepainter.h
|
| index 7ada179474237222cf3d98c0900f929ee379d46e..57bf7b742682da5c217628947f163b7829e7e642 100644
|
| --- a/Source/core/rendering/RenderLayerRepainter.h
|
| +++ b/Source/core/rendering/RenderLayerRepainter.h
|
| @@ -60,9 +60,9 @@ public:
|
|
|
| LayoutRect repaintRectIncludingNonCompositingDescendants() const;
|
|
|
| - void repaintIncludingNonCompositingDescendants();
|
| + void paintInvalidationIncludingNonCompositingDescendants();
|
|
|
| - void computeRepaintRectsIncludingNonCompositingDescendants();
|
| + void computePaintInvalidationRectsIncludingNonCompositingDescendants();
|
|
|
| // Indicate that the layer contents need to be repainted. Only has an effect
|
| // if layer compositing is being used,
|
|
|