| 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 c84f2b2ec1f441f316038dcb91bc42307a8f7f94..e082adae86f850d29ba4a320bb99ce0157582dd7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -197,7 +197,7 @@ class CORE_EXPORT LayoutBoxModelObject : public LayoutObject {
|
|
|
| // 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 {
|
|
|