| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index 6a447be9a1f3ba9880f0f7178167ba5a1487e27d..9fe19f85bca55ce6748b0c43efdaac45181d139f 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -304,8 +304,6 @@ public:
|
| bool hasCompositedClippingMask() const;
|
| bool needsCompositedScrolling() const { return m_scrollableArea && m_scrollableArea->needsCompositedScrolling(); }
|
|
|
| - bool clipsCompositingDescendantsWithBorderRadius() const;
|
| -
|
| // Computes the position of the given render object in the space of |paintInvalidationContainer|.
|
| // FIXME: invert the logic to have paint invalidation containers take care of painting objects into them, rather than the reverse.
|
| // This will allow us to clean up this static method messiness.
|
|
|