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

Unified Diff: native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.h

Issue 242533005: [NaCl SDK] nacl_io: Add flow control the JavaScript pipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.h
diff --git a/native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.h b/native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.h
index 985cb1cc55fd772ed8c60d85e60ede029f83244d..1782011310525cfda54d614b936db69f8a92987a 100644
--- a/native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.h
+++ b/native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.h
@@ -17,7 +17,7 @@ class PipeNode : public StreamNode {
public:
explicit PipeNode(Filesystem* fs);
- virtual EventEmitter* GetEventEmitter();
+ virtual PipeEventEmitter* GetEventEmitter();
virtual Error Read(const HandleAttr& attr,
void* buf,
size_t count,

Powered by Google App Engine
This is Rietveld 408576698