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

Unified Diff: client/dom/generated/src/interface/Float32Array.dart

Issue 9117013: Refresh dart:dom from WebKit. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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: client/dom/generated/src/interface/Float32Array.dart
diff --git a/client/dom/generated/src/interface/Float32Array.dart b/client/dom/generated/src/interface/Float32Array.dart
index eccd132ee72ed6c0bf13d72451ef1c45c6d682a4..637a9a0a24cb5a6caf4311a075f397d397b168af 100644
--- a/client/dom/generated/src/interface/Float32Array.dart
+++ b/client/dom/generated/src/interface/Float32Array.dart
@@ -16,5 +16,7 @@ interface Float32Array extends ArrayBufferView, List<num> default _TypedArrayFac
int get length();
+ void setElements(Object array, [int offset]);
+
Float32Array subarray(int start, [int end]);
}
« no previous file with comments | « client/dom/generated/src/frog/WebGLRenderingContext.dart ('k') | client/dom/generated/src/interface/Float64Array.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698