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

Unified Diff: mojo/dart/embedder/io/filter.h

Issue 1786473004: Rolls Dart runtime forward. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: whitespace Created 4 years, 9 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
« no previous file with comments | « mojo/dart/embedder/common.cc ('k') | mojo/dart/embedder/io/filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/io/filter.h
diff --git a/mojo/dart/embedder/io/filter.h b/mojo/dart/embedder/io/filter.h
index 29db05ef0f4e07a70e32504574d40eaa3ce47043..042c0fe9b7bbdc979ea8676422c4ef66a78053f1 100644
--- a/mojo/dart/embedder/io/filter.h
+++ b/mojo/dart/embedder/io/filter.h
@@ -27,10 +27,11 @@ class Filter {
virtual intptr_t Processed(uint8_t* buffer, intptr_t length, bool finish,
bool end) = 0;
- static Dart_Handle SetFilterPointerNativeField(Dart_Handle filter,
- Filter* filter_pointer);
- static Dart_Handle GetFilterPointerNativeField(Dart_Handle filter,
- Filter** filter_pointer);
+ static Dart_Handle SetFilterAndCreateFinalizer(Dart_Handle filter,
+ Filter* filter_pointer,
+ intptr_t filter_size);
+ static Dart_Handle GetFilterNativeField(Dart_Handle filter,
+ Filter** filter_pointer);
bool initialized() const { return initialized_; }
void set_initialized(bool value) { initialized_ = value; }
« no previous file with comments | « mojo/dart/embedder/common.cc ('k') | mojo/dart/embedder/io/filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698