| 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 564a2d9c8d9d6e248b16bd36013ca672dc503b57..93866d12959669a41acacf0edc518a43bc3e3222 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -427,6 +427,7 @@ public:
|
| bool hasFixedBackgroundImage() const { return m_background->background().hasFixedImage(); }
|
|
|
| bool hasEntirelyFixedBackground() const;
|
| + bool hasEntirelyLocalBackground() const;
|
|
|
| bool hasAppearance() const { return appearance() != NoControlPart; }
|
|
|
|
|