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

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

Issue 290203002: <picture>: Update the <img> element when a <source> changes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments addressed Created 6 years, 7 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
« no previous file with comments | « Source/core/html/HTMLImageElement.cpp ('k') | Source/core/html/HTMLPictureElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLPictureElement.h
diff --git a/Source/core/html/HTMLPictureElement.h b/Source/core/html/HTMLPictureElement.h
index 8f713f06aa927936c83d381b6fb6de2ee1c1a5ff..e93e7696b30bfcd64993fd0641d2759fa403bd61 100644
--- a/Source/core/html/HTMLPictureElement.h
+++ b/Source/core/html/HTMLPictureElement.h
@@ -13,6 +13,8 @@ class HTMLPictureElement FINAL : public HTMLElement {
public:
DEFINE_NODE_FACTORY(HTMLPictureElement);
+ void sourceOrMediaChanged();
+
protected:
explicit HTMLPictureElement(Document&);
};
« no previous file with comments | « Source/core/html/HTMLImageElement.cpp ('k') | Source/core/html/HTMLPictureElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698