Chromium Code Reviews| 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 3468e4b0c75fc06240ea0502be045974a012aeef..fe0281287a786f132e7f3bcecd2c400f8ebee98b 100644 |
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h |
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h |
| @@ -610,6 +610,7 @@ public: |
| void updateOrRemoveFilterEffectBuilder(); |
| void updateSelfPaintingLayer(); |
| + PaintLayer* enclosingSelfPaintingLayer(); |
|
chrishtr
2016/02/26 19:36:27
Add a note that this is O(depth), so callers shoul
pdr.
2016/02/26 19:46:09
Done
|
| PaintLayer* enclosingTransformedAncestor() const; |
| LayoutPoint computeOffsetFromTransformedAncestor() const; |