| Index: Source/core/style/StyleImage.h
|
| diff --git a/Source/core/style/StyleImage.h b/Source/core/style/StyleImage.h
|
| index c032a602539f4ee1608b0c14161833e7403b150e..ee809133376b12fe5d48adff490287c01a09e039 100644
|
| --- a/Source/core/style/StyleImage.h
|
| +++ b/Source/core/style/StyleImage.h
|
| @@ -49,7 +49,7 @@ public:
|
| return data() == other.data();
|
| }
|
|
|
| - virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const = 0;
|
| + virtual NullableCSSValue cssValue() const = 0;
|
|
|
| virtual bool canRender(const LayoutObject&, float /*multiplier*/) const { return true; }
|
| virtual bool isLoaded() const { return true; }
|
|
|