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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 11881031: Add Dart class for _ExternalUint8ClampedArray and API to allocate it. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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: runtime/vm/bootstrap_natives.h
===================================================================
--- runtime/vm/bootstrap_natives.h (revision 17039)
+++ runtime/vm/bootstrap_natives.h (working copy)
@@ -178,6 +178,8 @@
V(ExternalInt8Array_setIndexed, 3) \
V(ExternalUint8Array_getIndexed, 2) \
V(ExternalUint8Array_setIndexed, 3) \
+ V(ExternalUint8ClampedArray_getIndexed, 2) \
+ V(ExternalUint8ClampedArray_setIndexed, 3) \
V(ExternalInt16Array_getIndexed, 2) \
V(ExternalInt16Array_setIndexed, 3) \
V(ExternalUint16Array_getIndexed, 2) \

Powered by Google App Engine
This is Rietveld 408576698