| Index: third_party/WebKit/Source/core/css/CSSValueList.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValueList.h b/third_party/WebKit/Source/core/css/CSSValueList.h
|
| index 9cef3164a7284b07abbce3ebd6e29c8c38dda712..6c8231a3bab689a88206cc32a600864d2e6a96d6 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValueList.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValueList.h
|
| @@ -63,6 +63,9 @@ class CORE_EXPORT CSSValueList : public CSSValue {
|
|
|
| bool hasFailedOrCanceledSubresources() const;
|
|
|
| + bool mayContainUrl() const;
|
| + void reResolveUrl(const Document&) const;
|
| +
|
| DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| protected:
|
|
|