| 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 d8fc4575de32d3abd0ebb9691e44436be5163918..2730a8612fde0e0e5b46578037f9673aac93e0ed 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| @@ -234,6 +234,8 @@ class CORE_EXPORT PaintLayerClipper {
|
| const ClipRectsContext&,
|
| const ClipRect&) const;
|
|
|
| + bool isClippingRoot(const ClipRectsContext&) const;
|
| +
|
| const PaintLayer& m_layer;
|
| std::unique_ptr<GeometryMapper> m_geometryMapper;
|
|
|
|
|