| 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 2c6573dcf835ad3e42c2bc0ec401d208288be610..e060b085fb649f794af4dc872ae29eabeb44cd44 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -534,6 +534,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()); }
|
|
|