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

Unified Diff: Source/core/html/track/InbandTextTrack.cpp

Issue 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adapt patch to already moved ContentDecryption files Created 7 years, 1 month 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 | « Source/core/html/track/InbandTextTrack.h ('k') | Source/core/platform/graphics/InbandTextTrackPrivate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/InbandTextTrack.cpp
diff --git a/Source/core/html/track/InbandTextTrack.cpp b/Source/core/html/track/InbandTextTrack.cpp
index bea20e71a7615fa0f4f8db327b9516fb1c3bd009..e98131fae710a451806f1a98af21ccf27fdc5016 100644
--- a/Source/core/html/track/InbandTextTrack.cpp
+++ b/Source/core/html/track/InbandTextTrack.cpp
@@ -28,8 +28,8 @@
#include "bindings/v8/ExceptionStatePlaceholder.h"
#include "core/html/track/TextTrackCue.h"
-#include "core/platform/graphics/InbandTextTrackPrivate.h"
#include "platform/Logging.h"
+#include "platform/graphics/media/InbandTextTrackPrivate.h"
#include "wtf/UnusedParam.h"
#include <math.h>
« no previous file with comments | « Source/core/html/track/InbandTextTrack.h ('k') | Source/core/platform/graphics/InbandTextTrackPrivate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698