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

Unified Diff: blimp/engine/renderer/blob_channel_sender_proxy.h

Issue 2033013003: Use shared memory for moving data over BlobChannel Mojo interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-master
Patch Set: Added new test runner with Mojo initialization Created 4 years, 6 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: blimp/engine/renderer/blob_channel_sender_proxy.h
diff --git a/blimp/engine/renderer/blob_channel_sender_proxy.h b/blimp/engine/renderer/blob_channel_sender_proxy.h
index e219ef06c35e7ff5fda51bed6f00343a4bd8ceb7..486e2f7ddc1892ee170b1c8d50700971206b5992 100644
--- a/blimp/engine/renderer/blob_channel_sender_proxy.h
+++ b/blimp/engine/renderer/blob_channel_sender_proxy.h
@@ -21,6 +21,10 @@ namespace engine {
class BLIMP_COMMON_EXPORT BlobChannelSenderProxy : public BlobChannelSender {
public:
BlobChannelSenderProxy();
+
+ // Testing constructor, used to supply a BlobChannel Mojo proxy directly.
+ explicit BlobChannelSenderProxy(mojom::BlobChannelPtr blob_channel);
Wez 2016/06/11 00:16:38 I'd recommend having: static scoped_ptr<BlobChann
Kevin M 2016/06/16 21:00:39 Done.
+
~BlobChannelSenderProxy() override;
// Returns true if the blob is known to exist within the Engine cache.

Powered by Google App Engine
This is Rietveld 408576698