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

Unified Diff: services/media/factory_service/factory_service.h

Issue 2009643002: Motown: Implement MediaTimelineController and use it. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Sync Created 4 years, 7 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 | « services/media/factory_service/BUILD.gn ('k') | services/media/factory_service/factory_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/factory_service/factory_service.h
diff --git a/services/media/factory_service/factory_service.h b/services/media/factory_service/factory_service.h
index 8b4f520337dc72d6269f55fa99877724eadf3357..c87e2715dfe6e47176cafa2d1ae9bda85d6422bd 100644
--- a/services/media/factory_service/factory_service.h
+++ b/services/media/factory_service/factory_service.h
@@ -46,6 +46,9 @@ class MediaFactoryService : public util::FactoryServiceBase,
void CreateNetworkReader(const String& url,
InterfaceRequest<SeekingReader> reader) override;
+ void CreateTimelineController(
+ InterfaceRequest<MediaTimelineController> timeline_controller) override;
+
private:
BindingSet<MediaFactory> bindings_;
};
« no previous file with comments | « services/media/factory_service/BUILD.gn ('k') | services/media/factory_service/factory_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698