| Index: Source/core/css/CSSImageGeneratorValue.h
|
| diff --git a/Source/core/css/CSSImageGeneratorValue.h b/Source/core/css/CSSImageGeneratorValue.h
|
| index 91be6277014e8ed599843ad71232f968c0c8efde..87e15043aaba19790ceaaf116e73969ab85c5938 100644
|
| --- a/Source/core/css/CSSImageGeneratorValue.h
|
| +++ b/Source/core/css/CSSImageGeneratorValue.h
|
| @@ -68,6 +68,8 @@ public:
|
|
|
| void loadSubimages(Document*);
|
|
|
| + PassRefPtrWillBeRawPtr<CSSImageGeneratorValue> valueWithURLsMadeAbsolute();
|
| +
|
| DEFINE_INLINE_TRACE_AFTER_DISPATCH() { CSSValue::traceAfterDispatch(visitor); }
|
|
|
| protected:
|
|
|