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

Unified Diff: runtime/include/dart_api.h

Issue 13998008: Add support for even more typed data on native ports (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index 0563aaa470f177a3081b3a9842235bf2e6c6cd05..09c010da93f66316df37bcaf6dd8f456e8f590f2 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -967,8 +967,15 @@ typedef struct _Dart_CObject {
enum TypedDataType {
kInt8Array = 0,
kUint8Array,
+ kUint8ClampedArray,
kInt16Array,
kUint16Array,
+ kInt32Array,
+ kUint32Array,
+ kInt64Array,
+ kUint64Array,
+ kFloat32Array,
+ kFloat64Array,
kNumberOfTypedDataTypes
};
« no previous file with comments | « runtime/bin/file.cc ('k') | runtime/vm/dart_api_message.cc » ('j') | sdk/lib/io/file_impl.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698