Chromium Code Reviews| Index: Source/core/css/CSSImageSetValue.h |
| diff --git a/Source/core/css/CSSImageSetValue.h b/Source/core/css/CSSImageSetValue.h |
| index b50d572dbd847111a10212710589ee256c5de29a..ad9c06a7a18b373ab85b622951ee5b664a375001 100644 |
| --- a/Source/core/css/CSSImageSetValue.h |
| +++ b/Source/core/css/CSSImageSetValue.h |
| @@ -63,6 +63,8 @@ public: |
| float scaleFactor; |
| }; |
| + PassRefPtrWillBeRawPtr<CSSImageSetValue> valueWithAbsoluteURL(); |
| + |
| bool hasFailedOrCanceledSubresources() const; |
| DECLARE_TRACE_AFTER_DISPATCH(); |