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

Unified Diff: media/mojo/services/default_mojo_media_client.cc

Issue 1899363002: Finish plumbing MojoVideoDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/mojo/services/default_mojo_media_client.cc
diff --git a/media/mojo/services/default_mojo_media_client.cc b/media/mojo/services/default_mojo_media_client.cc
index 2cf9ac17b2e4bd513aba5c29fa712cbfdf20f6ff..397cac4be44c8736e4de983064fc2289f85915f4 100644
--- a/media/mojo/services/default_mojo_media_client.cc
+++ b/media/mojo/services/default_mojo_media_client.cc
@@ -4,6 +4,8 @@
#include "media/mojo/services/default_mojo_media_client.h"
+#include "media/base/cdm_factory.h"
xhwang 2016/04/20 21:09:27 Is any code complaining about this? I thought you
sandersd (OOO until July 31) 2016/04/20 21:16:07 It does now that I removed the header includes fro
+
namespace media {
DefaultMojoMediaClient::DefaultMojoMediaClient() {}

Powered by Google App Engine
This is Rietveld 408576698