| Index: Source/core/paint/DeprecatedPaintLayerClipper.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerClipper.h b/Source/core/paint/DeprecatedPaintLayerClipper.h
|
| index 7cb70bcbf68dfe1df5e98cecfa2cf8a13ab64ec1..9df612d547dcc4838d2dc7c6d5e3cee293c8feaa 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerClipper.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayerClipper.h
|
| @@ -176,7 +176,7 @@ public:
|
| // for painting/event handling.
|
| // Pass offsetFromRoot if known.
|
| void calculateRects(const ClipRectsContext&, const LayoutRect& paintDirtyRect, LayoutRect& layerBounds,
|
| - ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot = 0) const;
|
| + ClipRect& backgroundRect, ClipRect& foregroundRect, const LayoutPoint* offsetFromRoot = 0) const;
|
| private:
|
| void calculateClipRects(const ClipRectsContext&, ClipRects&) const;
|
| ClipRects* clipRectsIfCached(const ClipRectsContext&) const;
|
|
|