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

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

Issue 1060443002: Remove x,y,width,height from HTMLImageElement. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | no next file » | 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 e96f029327ae3f6a6f542671d9007c9d5c377105..eb9eb277900c8ec0df6617d170e6ca000729f8ae 100644
--- a/sky/engine/core/html/HTMLImageElement.idl
+++ b/sky/engine/core/html/HTMLImageElement.idl
@@ -26,14 +26,8 @@
] interface HTMLImageElement : HTMLElement {
readonly attribute boolean complete;
[Reflect, ReflectOnly=("anonymous","use-credentials"), ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin;
- attribute long height;
readonly attribute long naturalHeight;
readonly attribute long naturalWidth;
[Reflect, URL] attribute DOMString src;
readonly attribute DOMString currentSrc;
- attribute long width;
-
- // Extensions
- readonly attribute long x;
- readonly attribute long y;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698