| 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..31de466e8cd41216241c7620434837a547c61695 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPictureElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPictureElement.h
|
| @@ -9,12 +9,14 @@
|
|
|
| namespace blink {
|
|
|
| +class HTMLSourceElement;
|
| +
|
| class HTMLPictureElement final : public HTMLElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLPictureElement);
|
|
|
| - void sourceOrMediaChanged();
|
| + void sourceOrMediaChanged(HTMLElement*, Node* next = nullptr);
|
|
|
| protected:
|
| explicit HTMLPictureElement(Document&);
|
|
|