| Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| index 09662931475073ab2077ff2c2f53c418e49a8b56..63a9dd02724a77c54a4d83de5ae290906e19c66e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -197,7 +197,7 @@
|
|
|
| // Returns which layers backgrounds should be painted into for overflow
|
| // scrolling boxes.
|
| - BackgroundPaintLocation backgroundPaintLocation() const;
|
| + BackgroundPaintLocation backgroundPaintLocation(uint32_t* reasons) const;
|
|
|
| // These return the CSS computed padding values.
|
| LayoutUnit computedCSSPaddingTop() const {
|
|
|