Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1670)

Unified Diff: third_party/WebKit/Source/core/css/CSSValue.h

Issue 2625873010: Resolve CSS url(...) non-<image> values against the correct base (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSURIValue.cpp ('k') | third_party/WebKit/Source/core/css/CSSValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSURIValue.cpp ('k') | third_party/WebKit/Source/core/css/CSSValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698