Chromium Code Reviews| 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; |
| + |
|
Noel Gordon
2015/12/08 11:20:13
Maybe not needed?
Noel Gordon
2015/12/08 11:46:07
The fwd reference class HTMLSourceElement @12 righ
|
| class HTMLPictureElement final : public HTMLElement { |
| DEFINE_WRAPPERTYPEINFO(); |
| public: |
| DECLARE_NODE_FACTORY(HTMLPictureElement); |
| - void sourceOrMediaChanged(); |
| + void sourceOrMediaChanged(HTMLElement*, Node* next = nullptr); |
| protected: |
| explicit HTMLPictureElement(Document&); |