| Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp
|
| index c02f13b3d710961167cd7a00447ef2134391cca5..ea8ddd8af1a432fc93c3d62d26ae8b9b3c730446 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp
|
| @@ -68,12 +68,12 @@ ImageResource* StyleFetchedImageSet::cachedImage() const
|
| return m_bestFitImage.get();
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<CSSValue> StyleFetchedImageSet::cssValue() const
|
| +RawPtr<CSSValue> StyleFetchedImageSet::cssValue() const
|
| {
|
| return m_imageSetValue;
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<CSSValue> StyleFetchedImageSet::computedCSSValue() const
|
| +RawPtr<CSSValue> StyleFetchedImageSet::computedCSSValue() const
|
| {
|
| return m_imageSetValue->valueWithURLsMadeAbsolute();
|
| }
|
|
|