Enable swapping a frame back in to its parent process
[chromium-blink-merge.git] / media / base / media_keys.cc
bloba8e94818f71f824d2ffb8a8c471c16071bc46bbc
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "media/base/media_keys.h"
7 namespace media {
9 MediaKeys::MediaKeys() {}
11 MediaKeys::~MediaKeys() {}
13 Decryptor* MediaKeys::GetDecryptor() {
14 return NULL;
17 } // namespace media