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

Unified Diff: Source/web/AssertMatchingEnums.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/web/AssertMatchingEnums.cpp
diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
index c3452a0a9e9f3f6215d62114e30a84281f6106c5..cebc349c70e5371d89a9ffe3fb4d47c8f761a493 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -77,9 +77,6 @@
#include "core/page/PageVisibilityState.h"
#include "core/page/Settings.h"
#include "core/platform/Cursor.h"
-#include "core/platform/graphics/ContentDecryptionModuleSession.h"
-#include "core/platform/graphics/InbandTextTrackPrivate.h"
-#include "core/platform/graphics/MediaPlayer.h"
#include "core/platform/graphics/MediaSourcePrivate.h"
#include "core/platform/graphics/filters/FilterOperation.h"
#include "core/platform/mediastream/MediaStreamSource.h"
@@ -101,6 +98,9 @@
#include "platform/FileSystemType.h"
#include "platform/fonts/FontDescription.h"
#include "platform/fonts/FontSmoothingMode.h"
+#include "platform/graphics/media/ContentDecryptionModuleSession.h"
+#include "platform/graphics/media/InbandTextTrackPrivate.h"
+#include "platform/graphics/media/MediaPlayer.h"
#include "platform/network/ResourceLoadPriority.h"
#include "platform/network/ResourceResponse.h"
#include "platform/text/TextChecking.h"

Powered by Google App Engine
This is Rietveld 408576698