| Index: third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h b/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
|
| index 49e4b7c9f9568592a9f63144d09903ba4522a1f8..32977478c185735739a5497c900d81b6bffe732f 100644
|
| --- a/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
|
| +++ b/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
|
| @@ -26,7 +26,7 @@ public:
|
| { }
|
|
|
| void calculate(const LayoutBoxModelObject&, const LayoutBoxModelObject* paintContainer,
|
| - const GlobalPaintFlags, const FillLayer&, const LayoutRect& paintRect);
|
| + const GlobalPaintFlags, const FillLayer&, const LayoutRect& paintRect, const bool layerIncludesBorders = true);
|
|
|
| const LayoutRect& destRect() const { return m_destRect; }
|
| const LayoutSize& tileSize() const { return m_tileSize; }
|
|
|