| Index: third_party/WebKit/Source/core/css/CSSValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValue.h b/third_party/WebKit/Source/core/css/CSSValue.h
|
| index 7f3cde40ea8d8d4b5d8230dd9afbbc8ed4cb88aa..23ad709f2f3a679e605230b6131cc798aed8dabc 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValue.h
|
| @@ -27,6 +27,7 @@
|
|
|
| namespace blink {
|
|
|
| +class Document;
|
| class Length;
|
|
|
| class CORE_EXPORT CSSValue : public GarbageCollectedFinalized<CSSValue> {
|
| @@ -147,6 +148,8 @@ class CORE_EXPORT CSSValue : public GarbageCollectedFinalized<CSSValue> {
|
| }
|
|
|
| bool hasFailedOrCanceledSubresources() const;
|
| + bool mayContainUrl() const;
|
| + void reResolveUrl(const Document&) const;
|
|
|
| bool equals(const CSSValue&) const;
|
|
|
|
|