| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h b/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h
|
| index b94886564457ad3ee5d213c71acd8f0dc2a8ca90..3c9a0959bdf84f57fb7ef35699457bd3aad26389 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h
|
| @@ -20,6 +20,7 @@
|
| namespace blink {
|
|
|
| class DisplayItemList;
|
| +class GeometryMapper;
|
| struct PaintChunk;
|
| class PropertyTreeState;
|
|
|
| @@ -29,7 +30,8 @@
|
| const Vector<const PaintChunk*>&,
|
| const PropertyTreeState& layerState,
|
| const gfx::Vector2dF& layerOffset,
|
| - const DisplayItemList&);
|
| + const DisplayItemList&,
|
| + GeometryMapper&);
|
| };
|
|
|
| } // namespace blink
|
|
|