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

Unified Diff: media/base/cdm_context.cc

Issue 748473002: Introduce CdmContext interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@set_cdm
Patch Set: Created 6 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
Index: media/base/cdm_context.cc
diff --git a/media/base/renderer.cc b/media/base/cdm_context.cc
similarity index 69%
copy from media/base/renderer.cc
copy to media/base/cdm_context.cc
index a4cf82ca543a0b444ab49302ff15eca91700b6c4..9b0336f5781384b69d49a7d5337f813927230911 100644
--- a/media/base/renderer.cc
+++ b/media/base/cdm_context.cc
@@ -2,12 +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/renderer.h"
+#include "media/base/cdm_context.h"
namespace media {
-Renderer::Renderer() {}
+CdmContext::CdmContext() {}
-Renderer::~Renderer() {}
+CdmContext::~CdmContext() {}
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698