Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: third_party/WebKit/Source/core/html/HTMLPictureElement.h

Issue 2256533002: Remove MediaQueryList listener from removed HTMLSourceElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLImageElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLPictureElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698