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