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

Unified Diff: media/remoting/remote_demuxer_stream_adapter.cc

Issue 2623263005: Tag some of Mojo heap allocations for the heap profiler. (Closed)
Patch Set: Addressed comments + fixed build. Created 3 years, 11 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: media/remoting/remote_demuxer_stream_adapter.cc
diff --git a/media/remoting/remote_demuxer_stream_adapter.cc b/media/remoting/remote_demuxer_stream_adapter.cc
index ade86e150a7a46916cdb991bdb6b64bd0db7a3ac..ec533dc15717f019aa89beee3ade996b577fc11e 100644
--- a/media/remoting/remote_demuxer_stream_adapter.cc
+++ b/media/remoting/remote_demuxer_stream_adapter.cc
@@ -61,6 +61,7 @@ RemoteDemuxerStreamAdapter::RemoteDemuxerStreamAdapter(
pending_flush_(false),
current_pending_frame_offset_(0),
pending_frame_is_eos_(false),
+ write_watcher_(FROM_HERE),
media_status_(::media::DemuxerStream::kOk),
producer_handle_(std::move(producer_handle)),
request_buffer_weak_factory_(this),

Powered by Google App Engine
This is Rietveld 408576698