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

Unified Diff: Source/core/css/CSSImageGeneratorValue.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: Ensure getComputedStyle returns absolute URLs 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/CSSImageGeneratorValue.h
diff --git a/Source/core/css/CSSImageGeneratorValue.h b/Source/core/css/CSSImageGeneratorValue.h
index 91be6277014e8ed599843ad71232f968c0c8efde..272d21a07b67af0dd0041b3e85f48303bc042e1a 100644
--- a/Source/core/css/CSSImageGeneratorValue.h
+++ b/Source/core/css/CSSImageGeneratorValue.h
@@ -68,6 +68,8 @@ public:
void loadSubimages(Document*);
+ PassRefPtrWillBeRawPtr<CSSImageGeneratorValue> valueWithAbsoluteURL();
Timothy Loh 2015/09/15 12:20:47 Maybe valueWithURLsMadeAbsolute / valueWithURLMade
nainar 2015/09/16 07:16:49 Changed name across all to -> valueWithURLMadeAbso
+
DEFINE_INLINE_TRACE_AFTER_DISPATCH() { CSSValue::traceAfterDispatch(visitor); }
protected:

Powered by Google App Engine
This is Rietveld 408576698