| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| index 64460cec509b0811adbb79c02ec269fbf98195fe..595ebbc1e182acc61d4143b6bf93040d9ee0182c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| @@ -672,7 +672,8 @@ void PaintArtifactCompositor::collectPendingLayers(
|
| void PaintArtifactCompositor::update(
|
| const PaintArtifact& paintArtifact,
|
| RasterInvalidationTrackingMap<const PaintChunk>* rasterChunkInvalidations,
|
| - bool storeDebugInfo) {
|
| + bool storeDebugInfo,
|
| + GeometryMapper& geometryMapper) {
|
| #ifndef NDEBUG
|
| storeDebugInfo = true;
|
| #endif
|
| @@ -697,7 +698,6 @@ void PaintArtifactCompositor::update(
|
| m_rootLayer.get());
|
|
|
| Vector<PendingLayer, 0> pendingLayers;
|
| - GeometryMapper geometryMapper;
|
| collectPendingLayers(paintArtifact, pendingLayers, geometryMapper);
|
|
|
| Vector<std::unique_ptr<ContentLayerClientImpl>> newContentLayerClients;
|
|
|