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

Unified Diff: media/blink/webcontentdecryptionmoduleaccess_impl.cc

Issue 1052273004: Extract requestMediaKeySystemAccess() algorithm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 9 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/blink/webcontentdecryptionmoduleaccess_impl.cc
diff --git a/media/blink/webcontentdecryptionmoduleaccess_impl.cc b/media/blink/webcontentdecryptionmoduleaccess_impl.cc
index 485a949b219ace3f30879b08ea3dc92edcf3bd1c..de1e2813c7dc246dac42ccb7d58bdcf8d796b8e3 100644
--- a/media/blink/webcontentdecryptionmoduleaccess_impl.cc
+++ b/media/blink/webcontentdecryptionmoduleaccess_impl.cc
@@ -9,6 +9,7 @@
#include "base/location.h"
#include "base/message_loop/message_loop_proxy.h"
#include "media/blink/webencryptedmediaclient_impl.h"
+#include "third_party/WebKit/public/platform/WebContentDecryptionModuleResult.h"
ddorwin 2015/04/03 22:09:18 Shouldn't this be in the header? It's used there a
sandersd (OOO until July 31) 2015/04/03 22:44:57 Done.
namespace media {

Powered by Google App Engine
This is Rietveld 408576698