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