Chromium Code Reviews| 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..84ffba5a1282e123a14f9c153a24229a1958bb47 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 = 0) const; |
|
bokan
2017/01/23 19:55:51
nit: s/0/nullptr
Also, please document what the m
yigu
2017/01/23 20:21:23
Done.
|
| // These return the CSS computed padding values. |
| LayoutUnit computedCSSPaddingTop() const { |