Chromium Code Reviews| Index: Source/core/paint/DeprecatedPaintLayer.h |
| diff --git a/Source/core/paint/DeprecatedPaintLayer.h b/Source/core/paint/DeprecatedPaintLayer.h |
| index a32f7d68019a8617f67f014359284f9734ab23a1..feea8986a848f8d4b4ef208b0e5eeab4222172af 100644 |
| --- a/Source/core/paint/DeprecatedPaintLayer.h |
| +++ b/Source/core/paint/DeprecatedPaintLayer.h |
| @@ -197,7 +197,7 @@ public: |
| // Gets the nearest enclosing positioned ancestor layer (also includes |
| // the <html> layer and the root layer). |
| - DeprecatedPaintLayer* enclosingPositionedAncestor() const; |
| + DeprecatedPaintLayer* enclosingPositionedAncestor(const DeprecatedPaintLayer* ancestor = nullptr, bool* skippedAncestor = nullptr) const; |
|
chrishtr
2015/06/25 17:32:58
Please explain the extra parameters' purpose and u
mstensho (USE GERRIT)
2015/06/25 18:04:13
Done.
|
| bool isPaintInvalidationContainer() const; |