| 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 3dc9a19877d55975908cf0858b1e9cfef2d472bd..de1ed707edc3cddde2eee787e95c02de6667da6d 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| @@ -230,9 +230,9 @@ class CORE_EXPORT PaintLayerClipper {
|
| ClipRect& foregroundRect,
|
| const LayoutPoint* offsetFromRoot = 0) const;
|
|
|
| - ClipRect applyOverflowClipToBackgroundRectWithGeometryMapper(
|
| + void applyOverflowClipToBackgroundRectWithGeometryMapper(
|
| const ClipRectsContext&,
|
| - const ClipRect&) const;
|
| + ClipRect&) const;
|
|
|
| const PaintLayer& m_layer;
|
| std::unique_ptr<GeometryMapper> m_geometryMapper;
|
|
|