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

Unified Diff: chromecast/media/cma/backend/cast_media_dummy.cc

Issue 2577743002: [chromecast] Deletes libcast_media_1.0_default_core. (Closed)
Patch Set: rebase + simplify libcast_media target Created 4 years 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 | « chromecast/media/cma/backend/cast_media_default.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/backend/cast_media_dummy.cc
diff --git a/chromecast/media/base/cast_media_dummy.cc b/chromecast/media/cma/backend/cast_media_dummy.cc
similarity index 97%
rename from chromecast/media/base/cast_media_dummy.cc
rename to chromecast/media/cma/backend/cast_media_dummy.cc
index d991e0dc6b54a6058f1bf4b59fd4c8a275a6c6ac..e8996dca0356264badc67b11546a89689e32a467 100644
--- a/chromecast/media/base/cast_media_dummy.cc
+++ b/chromecast/media/cma/backend/cast_media_dummy.cc
@@ -9,11 +9,9 @@
namespace chromecast {
namespace media {
-void CastMediaShlib::Initialize(const std::vector<std::string>& argv) {
-}
+void CastMediaShlib::Initialize(const std::vector<std::string>& argv) {}
-void CastMediaShlib::Finalize() {
-}
+void CastMediaShlib::Finalize() {}
VideoPlane* CastMediaShlib::GetVideoPlane() {
return nullptr;
« no previous file with comments | « chromecast/media/cma/backend/cast_media_default.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698