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

Unified Diff: sky/engine/core/painting/Image.idl

Issue 1156003007: Refactor image handling in Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: CR feedback from abarth Created 5 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
Index: sky/engine/core/painting/Image.idl
diff --git a/sky/engine/core/painting/Image.idl b/sky/engine/core/painting/Image.idl
index 3d24b9aa40a1a3abc7218af9ebcb579e006686b1..69fc8b35b0ad7c4b3e256756a8396329f5d26d37 100644
--- a/sky/engine/core/painting/Image.idl
+++ b/sky/engine/core/painting/Image.idl
@@ -8,5 +8,4 @@
] interface Image {
readonly attribute long width;
readonly attribute long height;
- attribute DOMString src;
};

Powered by Google App Engine
This is Rietveld 408576698