| Index: Source/core/paint/DeprecatedPaintLayerClipper.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerClipper.h b/Source/core/paint/DeprecatedPaintLayerClipper.h
|
| index 6abca132f8972cb332e7bd861f14c04aa9b87897..97f0fc8cc85a72cffe5bb8e54516a444eb51801b 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerClipper.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayerClipper.h
|
| @@ -149,6 +149,8 @@ public:
|
|
|
| DeprecatedPaintLayer* clippingRootForPainting() const;
|
|
|
| + void precalculateAbsoluteClipRects();
|
| +
|
| private:
|
| void setClipRect(const ClipRectsContext&, const ClipRectComputationState&) const;
|
| void addClipsFromThisObject(const ClipRectsContext&, ClipRects&) const;
|
|
|