| 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 1194ed72ec18eee1266b256ab0eca0ec9734c0d5..8ccbcff28f4b66a5ede65454f8c0dff6dff9a44f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| @@ -210,6 +210,7 @@ class CORE_EXPORT PaintLayerClipper {
|
|
|
| void getOrCalculateClipRects(const ClipRectsContext&, ClipRects&) const;
|
|
|
| + bool shouldClipOverflow(const ClipRectsContext&) const;
|
| bool shouldRespectOverflowClip(const ClipRectsContext&) const;
|
|
|
| ClipRect clipRectWithGeometryMapper(const ClipRectsContext&,
|
|
|