| Index: third_party/WebKit/Source/core/style/FillLayer.h
|
| diff --git a/third_party/WebKit/Source/core/style/FillLayer.h b/third_party/WebKit/Source/core/style/FillLayer.h
|
| index 90e57fc190bed9cd70efb55baadde8ff9853beee..aa15f496e69357a476126dc49aaf3dc83a81b276 100644
|
| --- a/third_party/WebKit/Source/core/style/FillLayer.h
|
| +++ b/third_party/WebKit/Source/core/style/FillLayer.h
|
| @@ -175,8 +175,7 @@ public:
|
| return m_next ? m_next->hasFixedImage() : false;
|
| }
|
|
|
| - bool hasOpaqueImage(const LayoutObject*) const;
|
| - bool hasRepeatXY() const;
|
| + bool backgroundImageIsOpaque(const LayoutObject&, const float) const;
|
| bool clipOccludesNextLayers() const;
|
|
|
| EFillLayerType type() const { return static_cast<EFillLayerType>(m_type); }
|
|
|