| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| index 2e8fab41415215a513c9459907b460db62ca9a9d..50aed967eb27513a481fe7e6816be1f6c0abac32 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| @@ -56,7 +56,8 @@ class PLATFORM_EXPORT PaintArtifactCompositor {
|
| void update(
|
| const PaintArtifact&,
|
| RasterInvalidationTrackingMap<const PaintChunk>* paintChunkInvalidations,
|
| - bool storeDebugInfo);
|
| + bool storeDebugInfo,
|
| + GeometryMapper&);
|
|
|
| // The root layer of the tree managed by this object.
|
| cc::Layer* rootLayer() const { return m_rootLayer.get(); }
|
|
|