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

Unified Diff: chrome/browser/media/cast_remoting_sender.h

Issue 2725133002: Mojo: Armed Watchers (Closed)
Patch Set: . Created 3 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 | « no previous file | chrome/browser/media/cast_remoting_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/cast_remoting_sender.h
diff --git a/chrome/browser/media/cast_remoting_sender.h b/chrome/browser/media/cast_remoting_sender.h
index 0228d79626789311807acbd4e7de5e87043cf9b4..9b1776335f69c3b25be990b7f0be8b5803bc3b72 100644
--- a/chrome/browser/media/cast_remoting_sender.h
+++ b/chrome/browser/media/cast_remoting_sender.h
@@ -15,7 +15,7 @@
#include "media/cast/net/rtcp/rtcp_defines.h"
#include "media/mojo/interfaces/remoting.mojom.h"
#include "mojo/public/cpp/bindings/binding.h"
-#include "mojo/public/cpp/system/watcher.h"
+#include "mojo/public/cpp/system/simple_watcher.h"
namespace cast {
@@ -196,7 +196,7 @@ class CastRemotingSender : public media::mojom::RemotingDataStreamSender {
// Watches |pipe_| for more data to become available, and then calls
// ProcessInputQueue().
- mojo::Watcher pipe_watcher_;
+ mojo::SimpleWatcher pipe_watcher_;
// Set to true if the first frame has not yet been sent, or if a
// CancelInFlightData() operation just completed. This causes TrySendFrame()
« no previous file with comments | « no previous file | chrome/browser/media/cast_remoting_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698