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

Unified Diff: client/html/generated/src/interface/CanvasPixelArray.dart

Issue 8475009: Proposed canvas and WebGL cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: ready to discuss Created 9 years, 1 month 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: client/html/generated/src/interface/CanvasPixelArray.dart
diff --git a/client/html/generated/src/interface/CanvasPixelArray.dart b/client/html/generated/src/interface/CanvasPixelArray.dart
index 192aa357ee2f1d44cbf4bbd5424b48d1080a05be..ad159f65446bbd2b5a7fc5252ca634f5a9c2f849 100644
--- a/client/html/generated/src/interface/CanvasPixelArray.dart
+++ b/client/html/generated/src/interface/CanvasPixelArray.dart
@@ -4,9 +4,10 @@
// WARNING: Do not edit - generated code.
+// TODO(jacobr): should we remove this class completely or
+// add additional helper methods like
vsm 2011/11/04 21:26:35 If we remove this, do you have an alternative sche
Jacob 2011/11/04 22:26:13 You should still be able to directly access the un
+// Color getPixel(int index)
+// or
+// void setPixel(int r, int g, int b, int a, int index);
interface CanvasPixelArray extends List<int> {
-
- int get length();
-
- int item(int index);
}

Powered by Google App Engine
This is Rietveld 408576698