| Index: third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| index de1ed707edc3cddde2eee787e95c02de6667da6d..87d409de78d721b1c3e255034868a8dec739476f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| @@ -172,7 +172,7 @@ class CORE_EXPORT PaintLayerClipper {
|
| DISALLOW_NEW();
|
|
|
| public:
|
| - explicit PaintLayerClipper(const PaintLayer&, bool useGeometryMapper);
|
| + explicit PaintLayerClipper(const PaintLayer&, GeometryMapper*);
|
|
|
| void clearClipRectsIncludingDescendants();
|
| void clearClipRectsIncludingDescendants(ClipRectsCacheSlot);
|
| @@ -235,7 +235,7 @@ class CORE_EXPORT PaintLayerClipper {
|
| ClipRect&) const;
|
|
|
| const PaintLayer& m_layer;
|
| - std::unique_ptr<GeometryMapper> m_geometryMapper;
|
| + GeometryMapper* m_geometryMapper;
|
|
|
| friend class PaintLayerClipperTest;
|
| };
|
|
|