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: |