| Index: Source/core/style/StyleGeneratedImage.h
|
| diff --git a/Source/core/style/StyleGeneratedImage.h b/Source/core/style/StyleGeneratedImage.h
|
| index 8112e2d3ccdd271a2f2aaa680adc96033ca419f9..bc6ab42b82261d2abdee2b57f89c2d2ccf779401 100644
|
| --- a/Source/core/style/StyleGeneratedImage.h
|
| +++ b/Source/core/style/StyleGeneratedImage.h
|
| @@ -42,6 +42,7 @@ public:
|
| WrappedImagePtr data() const override { return m_imageGeneratorValue.get(); }
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> cssValue() const override;
|
| + PassRefPtrWillBeRawPtr<CSSValue> computedCSSValue() const override;
|
|
|
| LayoutSize imageSize(const LayoutObject*, float multiplier) const override;
|
| bool imageHasRelativeWidth() const override { return !m_fixedSize; }
|
|
|