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

Unified Diff: core/html/ImageData.idl

Issue 1692543003: Pulled TOT of WebKit for 45 roll (Closed) Base URL: https://github.com/dart-lang/webcore.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/ImageData.idl
diff --git a/core/html/ImageData.idl b/core/html/ImageData.idl
index f6274b416126382b2f030157546c163041cc7087..44f6977b65333800da7c0e26e96e8a208b2439f4 100644
--- a/core/html/ImageData.idl
+++ b/core/html/ImageData.idl
@@ -40,5 +40,6 @@
readonly attribute long width;
readonly attribute long height;
// TODO(philipj): Expose data.
- // readonly attribute Uint8ClampedArray data;
+ // FIXMEDART: Uncomment - we need this property.
+ readonly attribute Uint8ClampedArray data;
Jacob 2016/02/11 17:25:00 that could be useful :)
};
« 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