| 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 55e91d2861ad0b186c4834fb50dc82386bd12c3e..1215ad22cbd1ca195b91a85383b1f34795cfcb08 100644
|
| --- a/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
|
| +++ b/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
|
| @@ -36,7 +36,8 @@ class BackgroundImageGeometry {
|
| // Space-size represents extra width and height that may be added to
|
| // the image if used as a pattern with background-repeat: space.
|
| const LayoutSize& spaceSize() const { return m_repeatSpacing; }
|
| - // Has background-attachment: fixed. Implies that we can't always cheaply compute destRect.
|
| + // Has background-attachment: fixed. Implies that we can't always cheaply
|
| + // compute destRect.
|
| bool hasNonLocalGeometry() const { return m_hasNonLocalGeometry; }
|
|
|
| private:
|
|
|