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

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

Issue 2067073002: media: Run mojo media application in GPU process on desktop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: media: Run mojo media application in GPU process on desktop by default Created 4 years, 6 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/media_options.gni ('k') | media/mojo/services/service_factory_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/service_factory_impl.h
diff --git a/media/mojo/services/service_factory_impl.h b/media/mojo/services/service_factory_impl.h
index ce970c9c0dccf4c5f9a398576d5f8f0ca7240743..80535716513cb75ad8a48f2fd6daf5d504007ae6 100644
--- a/media/mojo/services/service_factory_impl.h
+++ b/media/mojo/services/service_factory_impl.h
@@ -60,12 +60,10 @@ class ServiceFactoryImpl : public mojom::ServiceFactory {
#if defined(ENABLE_MOJO_CDM)
shell::mojom::InterfaceProvider* interfaces_;
#endif
-#if defined(ENABLE_MOJO_AUDIO_DECODER) || defined(ENABLE_MOJO_CDM) || \
- defined(ENABLE_MOJO_RENDERER)
- MojoMediaClient* mojo_media_client_;
-#endif
+
scoped_refptr<MediaLog> media_log_;
std::unique_ptr<shell::ShellConnectionRef> connection_ref_;
+ MojoMediaClient* mojo_media_client_;
DISALLOW_COPY_AND_ASSIGN(ServiceFactoryImpl);
};
« no previous file with comments | « media/media_options.gni ('k') | media/mojo/services/service_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698