| Index: third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp b/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
|
| index f50ba2471ff7b8c0cb67471f3ecac789809534ba..46f16b8514d03fec5afa00e595bf30db833148fc 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
|
| @@ -98,7 +98,7 @@ bool CSSImageSetValue::isCachePending(float deviceScaleFactor) const
|
| return m_isCachePending || deviceScaleFactor != m_cachedScaleFactor;
|
| }
|
|
|
| -StyleFetchedImageSet* CSSImageSetValue::cachedImageSet(float deviceScaleFactor)
|
| +StyleFetchedImageSet* CSSImageSetValue::cachedImageSet(float deviceScaleFactor) const
|
| {
|
| ASSERT(!isCachePending(deviceScaleFactor));
|
| return m_cachedImageSet.get();
|
|
|