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

Unified Diff: mojo/public/dart/mojo/lib/src/stub.dart

Issue 1414483010: Dart: Use a RawReceivePort to receive events for Mojo handles. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « mojo/public/dart/mojo/lib/src/proxy.dart ('k') | services/dart/test/echo/lib/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/mojo/lib/src/stub.dart
diff --git a/mojo/public/dart/mojo/lib/src/stub.dart b/mojo/public/dart/mojo/lib/src/stub.dart
index a8c9ee8e55b3e8970a210397ca741536c8fadfbb..dce10388d67af4bda2dd89967035932d768378c6 100644
--- a/mojo/public/dart/mojo/lib/src/stub.dart
+++ b/mojo/public/dart/mojo/lib/src/stub.dart
@@ -4,7 +4,7 @@
part of bindings;
-abstract class Stub extends core.MojoEventStreamListener {
+abstract class Stub extends core.MojoEventHandler {
int _outstandingResponseFutures = 0;
bool _isClosing = false;
Completer _closeCompleter;
« no previous file with comments | « mojo/public/dart/mojo/lib/src/proxy.dart ('k') | services/dart/test/echo/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698