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