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

Unified Diff: media/base/text_decoder.cc

Issue 23702007: Render inband text tracks in the media pipeline (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: incorporate aaron's comments (9/28) Created 7 years, 3 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/base/text_decoder.cc
diff --git a/media/base/android/media_resource_getter.cc b/media/base/text_decoder.cc
similarity index 67%
copy from media/base/android/media_resource_getter.cc
copy to media/base/text_decoder.cc
index 5fdff06b94662f524418a767dfca9cc4417be537..7f9884cc80960b1e663f6cdda78ccdc6f0103fec 100644
--- a/media/base/android/media_resource_getter.cc
+++ b/media/base/text_decoder.cc
@@ -2,10 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/android/media_resource_getter.h"
+#include "media/base/text_decoder.h"
namespace media {
-MediaResourceGetter::~MediaResourceGetter() {}
+TextDecoder::TextDecoder() {}
+
+TextDecoder::~TextDecoder() {}
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698