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

Unified Diff: lib/dom/idl/dart/dart.idl

Issue 10253002: Nuke CanvasPixelArray as it is dropped from WebKit as well. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « lib/dom/frog/dom_frog.dart ('k') | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/idl/dart/dart.idl
diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl
index 2876df79f7426b47c486e54fcd65a3c1cc9203cd..934e09565708820d4bea6ab3a86135f0669168d5 100644
--- a/lib/dom/idl/dart/dart.idl
+++ b/lib/dom/idl/dart/dart.idl
@@ -8,7 +8,6 @@ module default {
MediaList implements sequence<DOMString>;
StyleSheetList implements sequence<StyleSheet>;
TouchList implements sequence<Touch>;
- CanvasPixelArray implements sequence<int>;
Float32Array implements sequence<double>;
Float64Array implements sequence<double>;
@@ -200,11 +199,6 @@ module canvas {
[Suppressed] void set();
[DartName=setElements, Custom] void set(in any array, in optional unsigned long offset);
};
-
- [NumericIndexedGetter, CustomIndexedSetter]
- interface CanvasPixelArray {
- readonly attribute long length;
- };
};
module storage {
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698