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

Unified Diff: media/remoting/courier_renderer.h

Issue 2608163003: Change single-interface mojo bindings to use SequencedTaskRunner. (Closed)
Patch Set: 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
« no previous file with comments | « media/remoting/adaptive_renderer_factory.cc ('k') | mojo/public/cpp/bindings/associated_binding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/courier_renderer.h
diff --git a/media/remoting/courier_renderer.h b/media/remoting/courier_renderer.h
index 87b462a9ea4f4a0e2824554636582cdb911d9450..a2944554a35e85d58a7f6c2c4548f069d16977d0 100644
--- a/media/remoting/courier_renderer.h
+++ b/media/remoting/courier_renderer.h
@@ -25,6 +25,10 @@
#include "mojo/public/cpp/system/data_pipe.h"
#include "third_party/skia/include/core/SkBitmap.h"
+namespace base {
+class SingleThreadTaskRunner;
+}
+
namespace media {
class RendererClient;
« no previous file with comments | « media/remoting/adaptive_renderer_factory.cc ('k') | mojo/public/cpp/bindings/associated_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698