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

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

Issue 267693002: Add picture related attributes to Source (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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 | « no previous file | Source/core/html/HTMLSourceElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLSourceElement.h
diff --git a/Source/core/html/HTMLSourceElement.h b/Source/core/html/HTMLSourceElement.h
index 6df81ff4f0a70932c02b2ea4ede8565cb75492e1..0b64bcf93523f05cc7a670c141bf30dcceb57a39 100644
--- a/Source/core/html/HTMLSourceElement.h
+++ b/Source/core/html/HTMLSourceElement.h
@@ -40,6 +40,9 @@ public:
virtual ~HTMLSourceElement();
const AtomicString& type() const;
+ const AtomicString& media() const;
Nils Barth (inactive) 2014/05/09 01:56:25 As noted, not needed if only using from JavaScript
+ const AtomicString& srcset() const;
+ const AtomicString& sizes() const;
void setSrc(const String&);
void setType(const AtomicString&);
« no previous file with comments | « no previous file | Source/core/html/HTMLSourceElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698