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

Unified Diff: content/renderer/media/crypto/encrypted_media_support.cc

Issue 501473003: Move EME code out of WebMediaPlayerImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make lint happy Created 6 years, 4 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: content/renderer/media/crypto/encrypted_media_support.cc
diff --git a/tools/clang/blink_gc_plugin/tests/cycle_sub.cpp b/content/renderer/media/crypto/encrypted_media_support.cc
similarity index 55%
copy from tools/clang/blink_gc_plugin/tests/cycle_sub.cpp
copy to content/renderer/media/crypto/encrypted_media_support.cc
index dfe835a318a3cdeb6f76604d4c77e29954227199..5a6a6166252e913131b59b6c51e82260667a5e6a 100644
--- a/tools/clang/blink_gc_plugin/tests/cycle_sub.cpp
+++ b/content/renderer/media/crypto/encrypted_media_support.cc
@@ -2,13 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cycle_sub.h"
+#include "content/renderer/media/crypto/encrypted_media_support.h"
-namespace blink {
+namespace content {
-void B::trace(Visitor* visitor) {
- visitor->trace(m_c);
- A::trace(visitor);
+EncryptedMediaSupport::~EncryptedMediaSupport() {
}
}

Powered by Google App Engine
This is Rietveld 408576698