| Index: third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| index 759c7b10410fbd6f8b0f5532c7fed4c0d792b4a7..3d80c0159809f53ba56141d719ad91a0b42bbf4e 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| @@ -68,7 +68,7 @@ public:
|
| bool isPending() const;
|
| bool knownToBeOpaque(const LayoutObject&) const;
|
|
|
| - void loadSubimages(Document*);
|
| + void loadSubimages(Document&);
|
|
|
| CSSImageGeneratorValue* valueWithURLsMadeAbsolute();
|
|
|
|
|