| 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..24725a987beb9eb13df3b70d55bed4a2b5b03bf8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPictureElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPictureElement.h
|
| @@ -15,6 +15,8 @@ public:
|
| DECLARE_NODE_FACTORY(HTMLPictureElement);
|
|
|
| void sourceOrMediaChanged();
|
| + void removeListenerFromSourceChildren();
|
| + void addListenerToSourceChildren();
|
|
|
| protected:
|
| explicit HTMLPictureElement(Document&);
|
|
|