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

Unified Diff: Source/core/css/CSSImageSetValue.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: Rebase 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/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();

Powered by Google App Engine
This is Rietveld 408576698