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

Unified Diff: Source/platform/graphics/media/ContentDecryptionModuleSession.cpp

Issue 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move MediaPlayer and friends to platform/graphics/media Created 7 years, 2 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: Source/platform/graphics/media/ContentDecryptionModuleSession.cpp
diff --git a/Source/core/platform/graphics/ContentDecryptionModuleSession.cpp b/Source/platform/graphics/media/ContentDecryptionModuleSession.cpp
similarity index 97%
rename from Source/core/platform/graphics/ContentDecryptionModuleSession.cpp
rename to Source/platform/graphics/media/ContentDecryptionModuleSession.cpp
index e423c9105abe33e0b8c5435a3f2226ed26c9e2ca..0b1a0cebc805657490b72c4b52285665fc37299e 100644
--- a/Source/core/platform/graphics/ContentDecryptionModuleSession.cpp
+++ b/Source/platform/graphics/media/ContentDecryptionModuleSession.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "core/platform/graphics/ContentDecryptionModuleSession.h"
+#include "platform/graphics/media/ContentDecryptionModuleSession.h"
#include "public/platform/Platform.h"
#include "public/platform/WebContentDecryptionModule.h"

Powered by Google App Engine
This is Rietveld 408576698