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

Unified Diff: runtime/vm/raw_object.h

Issue 11414211: Expose transferable constructor to Int8List (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes Created 8 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
« runtime/vm/os_win.cc ('K') | « runtime/vm/os_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/raw_object.h
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
index f3fe3d5f64689d404f0a59b34f9f0a8a18b92fe5..ebbaaa64a892b331f1a465d335eb13b967c2895a 100644
--- a/runtime/vm/raw_object.h
+++ b/runtime/vm/raw_object.h
@@ -1347,6 +1347,8 @@ class RawFloat64Array : public RawByteArray {
template<typename T>
class ExternalByteArrayData {
public:
+ static const int Alignment = 16;
cshapiro 2012/11/30 00:23:25 kAlignment
Cutch 2012/11/30 04:09:54 Done.
+
ExternalByteArrayData(T* data,
void* peer,
Dart_PeerFinalizer callback) :
« runtime/vm/os_win.cc ('K') | « runtime/vm/os_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698