| 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 99d044640dc687757763772648f91944d761ab50..cffef09efb130e30eaa221b0988326dc2f01cafb 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -292,9 +292,7 @@
|
| // The rect is in the physical coordinate space of this layout object.
|
| void setBackingNeedsPaintInvalidationInRect(const LayoutRect&, PaintInvalidationReason, const LayoutObject&) const;
|
|
|
| - // The third parameter should be equal to the DisplayItemClient if it happens to be a LayoutObject subclass. It is only used
|
| - // for debugging.
|
| - void invalidateDisplayItemClientOnBacking(const DisplayItemClient&, PaintInvalidationReason, const LayoutObject* = nullptr) const;
|
| + void invalidateDisplayItemClientOnBacking(const DisplayItemClient&, PaintInvalidationReason) const;
|
|
|
| // http://www.w3.org/TR/css3-background/#body-background
|
| // <html> root element with no background steals background from its first <body> child.
|
|
|