| Index: third_party/WebKit/Source/core/html/HTMLPictureElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLPictureElement.h b/third_party/WebKit/Source/core/html/HTMLPictureElement.h
|
| index 80b44db4b0e1e7a01cfd487ac26ff6985fbc4c73..1fc9f9704ddc0c87b86152dbd33eae53362f7861 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPictureElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPictureElement.h
|
| @@ -14,7 +14,7 @@ class HTMLPictureElement final : public HTMLElement {
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLPictureElement);
|
|
|
| - void sourceOrMediaChanged();
|
| + void sourceOrMediaChanged(HTMLElement*, Node* next = nullptr);
|
|
|
| protected:
|
| explicit HTMLPictureElement(Document&);
|
|
|