| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 3657eaeca0016eac571d8717aeaa9bbea953d144..c1045ec01ed7cd3e188c0816cd013cc5519094eb 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -497,6 +497,7 @@ public:
|
| bool hasBackgroundImage() const { return m_background->background().hasImage(); }
|
| bool hasFixedBackgroundImage() const { return m_background->background().hasFixedImage(); }
|
| bool hasEntirelyFixedBackground() const;
|
| + bool hasEntirelyLocalBackground() const;
|
|
|
| // background-clip
|
| EFillBox backgroundClip() const { return static_cast<EFillBox>(m_background->background().clip()); }
|
|
|