| Index: third_party/WebKit/Source/core/layout/LayoutImage.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutImage.h b/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| index bc63b2f667c5acd2efb25c764d50cb1349c25528..bbb09b91a3399e65d85b5e740e0d910342c073cf 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| @@ -54,7 +54,7 @@ class CORE_EXPORT LayoutImage : public LayoutReplaced {
|
| LayoutImage(Element*);
|
| ~LayoutImage() override;
|
|
|
| - static LayoutImage* createAnonymous(Document*);
|
| + static LayoutImage* createAnonymous(PseudoElement&);
|
|
|
| void setImageResource(LayoutImageResource*);
|
|
|
|
|