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

Unified Diff: media/mojo/services/mojo_renderer_impl.h

Issue 1517753002: Create and use mojo::Binding on the same thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | media/mojo/services/mojo_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_renderer_impl.h
diff --git a/media/mojo/services/mojo_renderer_impl.h b/media/mojo/services/mojo_renderer_impl.h
index 650de591891a6c2c0b5836e71d09fb6314ddaae9..d724f3c821965ce5c33fd3b208743a1438ecf800 100644
--- a/media/mojo/services/mojo_renderer_impl.h
+++ b/media/mojo/services/mojo_renderer_impl.h
@@ -66,7 +66,7 @@ class MojoRendererImpl : public Renderer, public interfaces::RendererClient {
DemuxerStreamProvider* demuxer_stream_provider_;
interfaces::RendererPtr remote_renderer_;
- mojo::Binding<RendererClient> binding_;
+ scoped_ptr<mojo::Binding<RendererClient>> binding_;
// Callbacks passed to Initialize() that we forward messages from
// |remote_renderer_| through.
« no previous file with comments | « no previous file | media/mojo/services/mojo_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698