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

Unified Diff: sky/engine/core/html/HTMLImageElement.idl

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/html/HTMLIFrameElement.idl ('k') | sky/engine/core/html/HTMLTitleElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLImageElement.idl
diff --git a/sky/engine/core/html/HTMLImageElement.idl b/sky/engine/core/html/HTMLImageElement.idl
index fffb0370ced1997e529901e7971ae7802f6b328e..e96f029327ae3f6a6f542671d9007c9d5c377105 100644
--- a/sky/engine/core/html/HTMLImageElement.idl
+++ b/sky/engine/core/html/HTMLImageElement.idl
@@ -30,10 +30,10 @@
readonly attribute long naturalHeight;
readonly attribute long naturalWidth;
[Reflect, URL] attribute DOMString src;
- [RuntimeEnabled=PictureSizes] readonly attribute DOMString currentSrc;
+ readonly attribute DOMString currentSrc;
attribute long width;
// Extensions
- [MeasureAs=HTMLImageElementX] readonly attribute long x;
- [MeasureAs=HTMLImageElementY] readonly attribute long y;
+ readonly attribute long x;
+ readonly attribute long y;
};
« no previous file with comments | « sky/engine/core/html/HTMLIFrameElement.idl ('k') | sky/engine/core/html/HTMLTitleElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698