Index: Source/core/rendering/compositing/GraphicsLayerUpdater.h |
diff --git a/Source/core/rendering/compositing/GraphicsLayerUpdater.h b/Source/core/rendering/compositing/GraphicsLayerUpdater.h |
index c60d5e20ce1cadce8f365447c7fd0b91a33c122e..df992fa91a18c3dbd79ccf80745aeebb6cb0df84 100644 |
--- a/Source/core/rendering/compositing/GraphicsLayerUpdater.h |
+++ b/Source/core/rendering/compositing/GraphicsLayerUpdater.h |
@@ -59,7 +59,7 @@ public: |
ForceUpdate, |
}; |
- void update(RenderLayer&, UpdateType = DoNotForceUpdate, const UpdateContext& = UpdateContext()); |
+ void update(Vector<RenderLayer*>& layersNeedingPaintInvalidation, RenderLayer&, UpdateType = DoNotForceUpdate, const UpdateContext& = UpdateContext()); |
void rebuildTree(RenderLayer&, GraphicsLayerVector& childLayersOfEnclosingLayer); |
bool needsRebuildTree() const { return m_needsRebuildTree; } |