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

Unified Diff: Source/core/css/CSSCrossfadeValue.h

Issue 1306283006: BackgroundImage incorrectly returns empty url() when created on-the-fly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change StyleFetchedImage Created 5 years, 3 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
Index: Source/core/css/CSSCrossfadeValue.h
diff --git a/Source/core/css/CSSCrossfadeValue.h b/Source/core/css/CSSCrossfadeValue.h
index b16263ae47a8a1b484e97fc3a416bbf1522209c2..b16a4bd57ec308d57b62fd3fe49a4f03c4bb1f2b 100644
--- a/Source/core/css/CSSCrossfadeValue.h
+++ b/Source/core/css/CSSCrossfadeValue.h
@@ -64,6 +64,8 @@ public:
bool equals(const CSSCrossfadeValue&) const;
+ PassRefPtrWillBeRawPtr<CSSCrossfadeValue> valueWithURLMadeAbsolute();
Timothy Loh 2015/09/22 05:53:27 URL -> URLs in all of these except CSSImageValue
nainar 2015/09/22 06:14:16 Done.
+
// Promptly remove as a ImageResource client.
EAGERLY_FINALIZE();
#if ENABLE(OILPAN)

Powered by Google App Engine
This is Rietveld 408576698