Index: third_party/WebKit/Source/core/paint/PaintLayer.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h |
index 5eb1c325dfed98001f7f4f27ba6ee5b30c982e1f..f7115c5e284b64361c6902b724aac9698ea0e416 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h |
@@ -790,6 +790,8 @@ private: |
bool isSelfPaintingLayerForIntrinsicOrScrollingReasons() const; |
+ bool shouldFragmentCompositedBounds(const PaintLayer* compositingLayer) const; |
+ |
// Self-painting layer is an optimization where we avoid the heavy Layer painting |
// machinery for a Layer allocated only to handle the overflow clip case. |
// FIXME(crbug.com/332791): Self-painting layer should be merged into the overflow-only concept. |